Skip to content

Commit 3209b9b

Browse files
committed
Minimal pre-commit config just for pyflakes
1 parent 10a928b commit 3209b9b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
repos:
2+
- repo: https://github.com/pycqa/flake8
3+
rev: '4.0.1'
4+
hooks:
5+
- id: flake8
6+
args: [--select, F]

0 commit comments

Comments
 (0)