Skip to content

Commit 8bbcee7

Browse files
committed
Update the flake8 version.
it has been removed from the original repo. We where using a very very old version so we where missing some features like global variable checking
1 parent 3ee1e99 commit 8bbcee7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ repos:
1414
- id: detect-private-key
1515
- id: double-quote-string-fixer
1616
- id: end-of-file-fixer
17-
- id: flake8
1817
- id: requirements-txt-fixer
18+
- repo: https://github.com/PyCQA/flake8
19+
rev: 16f5f28a384f0781bebb37a08aa45e65b9526c50
20+
hooks:
21+
- id: flake8
1922
- repo: https://github.com/asottile/reorder_python_imports
2023
rev: ab609b9b982729dfc287b4e75963c0c4de254a31
2124
hooks:

0 commit comments

Comments
 (0)