We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 778bda4 commit dec041fCopy full SHA for dec041f
.pre-commit-config.yaml
@@ -58,7 +58,7 @@ repos:
58
hooks:
59
- id: flake8
60
exclude: (__pycache__|.venv|tmp|.tox)
61
- additional_dependencies: [ flake8-import-order, flake8-keyword-arguments ]
+ additional_dependencies: [ flake8-import-order, flake8-force-keyword-arguments ]
62
63
# Find common security issues in your Python code using bandit.
64
- repo: https://github.com/Lucas-C/pre-commit-hooks-bandit
0 commit comments