We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do you think it will be helpful to add code linters/formatters such as:
flake8
mypy
black
And a pre-commit (https://pre-commit.com/) to run the above with every commit.
pre-commit
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Do you think it will be helpful to add code linters/formatters such as:
flake8
- https://flake8.pycqa.org/en/latest/mypy
(maybe not because this project isn't typed) - https://www.mypy-lang.org/black
- https://black.readthedocs.io/en/stable/index.htmlAnd a
pre-commit
(https://pre-commit.com/) to run the above with every commit.The text was updated successfully, but these errors were encountered: