Skip to content

Commit 489c471

Browse files
committed
fix precommit
1 parent 16bafa1 commit 489c471

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@ repos:
2121
# args: [--target-version, "2.2"]
2222

2323
- repo: https://github.com/PyCQA/flake8
24-
rev: 7.3.0
24+
rev: 7.0.0
2525
hooks:
2626
- id: flake8
27-
additional_dependencies:
28-
- flake8-pyproject
29-
27+
entry: pflake8
28+
additional_dependencies: [pyproject-flake8]
3029
- repo: https://github.com/asottile/yesqa
3130
rev: v1.5.0
3231
hooks:

0 commit comments

Comments
 (0)