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.
pre-commit
1 parent 10a928b commit 3209b9bCopy full SHA for 3209b9b
.pre-commit-config.yaml
@@ -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