Skip to content

Commit dec041f

Browse files
committed
fix pre-commit config
1 parent 778bda4 commit dec041f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ repos:
5858
hooks:
5959
- id: flake8
6060
exclude: (__pycache__|.venv|tmp|.tox)
61-
additional_dependencies: [ flake8-import-order, flake8-keyword-arguments ]
61+
additional_dependencies: [ flake8-import-order, flake8-force-keyword-arguments ]
6262

6363
# Find common security issues in your Python code using bandit.
6464
- repo: https://github.com/Lucas-C/pre-commit-hooks-bandit

0 commit comments

Comments
 (0)