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
.flake8
[flake8] select = B,B9,C,D,DAR,E,F,N,RST,W ignore = E203,E501,RST201,RST203,RST301,W503 max-line-length = 80 max-complexity = 10 docstring-convention = google rst-roles = class,const,func,meth,mod,ref rst-directives = deprecated
bandit.yml
assert_used: skips: ["*/test_*.py"]
flake8
bandit
darglint
flake8-bugbear
flake8-docstrings
flake8-rst-docstrings
pep8-naming
pyupgrade
The text was updated successfully, but these errors were encountered:
B9
ruff
B904
B905
Sorry, something went wrong.
jrjsmrtn
When branches are created from issues, their pull requests are automatically linked.
.flake8
:bandit.yml
:flake8
linterflake8
plugins:bandit
bandit.yml
darglint
darglint
astral-sh/ruff#458flake8-bugbear
flake8-docstrings
flake8-rst-docstrings
pep8-naming
pyupgrade
.flake8
The text was updated successfully, but these errors were encountered: