Skip to content

Commit b600698

Browse files
committed
Migrate to a hosted flake8 pre-commit hook
1 parent 7b29bd1 commit b600698

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@ repos:
2525
hooks:
2626
- id: isort
2727

28-
- repo: local
28+
- repo: https://github.com/pycqa/flake8
29+
rev: 7.3.0
2930
hooks:
30-
- id: pyflakes
31-
name: pyflakes
32-
entry: pyflakes
33-
language: system
34-
require_serial: true
35-
types: [python]
31+
- id: flake8

0 commit comments

Comments
 (0)