Skip to content

Commit 0a3defc

Browse files
committed
using upstream flake8
1 parent 937b154 commit 0a3defc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ repos:
99
- id: check-yaml
1010
- id: end-of-file-fixer
1111
- id: trailing-whitespace
12-
- id: flake8
12+
13+
- repo: https://gitlab.com/pycqa/flake8
14+
rev: 3.7.9
15+
hooks:
16+
- id: flake8
1317

1418
- repo: https://github.com/psf/black
1519
rev: 20.8b1

0 commit comments

Comments
 (0)