staticdev
staticdev
I am using latest version of pytype with a folder with space and get the error: ``` $ pwd /home/user/workspace/folder/subfolder/2019/test/Foregone Solution $ pytype solution.py Computing dependencies Analyzing 1 sources with...
I didn't find a way to do that. I tried -s but it is still giving warnings. I want to run the pre-commit hook with some change in the .yamllint...
I have just added release-drafter, configured labels, and closed two issues. Bumped the version and the draft contains nothing... https://github.com/staticdev/toml-validator From what I saw, you need pull requests merged to...
It reached end-of-life in 2021-12-23 https://www.python.org/dev/peps/pep-0494/
Roadmap
@sigmavirus24 I think we now have enough changes for a 2.0.0 release. I would like to test it in my apps before doing further changes. I also have an idea...
Today if you dir a ShortPullRequest object you get: `['__class__', '__delattr__', '__dict__', '__dir__', '__doc__', '__eq__', '__format__', '__ge__', '__getattr__', '__getattribute__', '__gt__', '__hash__', '__init__', '__init_subclass__', '__le__', '__lt__', '__module__', '__ne__', '__new__', '__reduce__', '__reduce_ex__',...
I see there was an attempt to start it here https://github.com/spulec/freezegun/pull/297 I finished the work.
Is there a way to separate the content from star1 and star2 in args? ``` > object test_case python return str(args) < object + do you know (my way|your way)...
``` > object names python return ' '.join(args) # python3 < object + what [is|are] [the] (name|names) of * - names // or some other syntax ``` Is there a...
I think this plugin is unnecessary since it is possible to add bandit directly on pre-commit: https://github.com/PyCQA/bandit/blob/main/.pre-commit-hooks.yaml flake8-bandit is barely maintained compared to flake8 and bandit, it is now not...