Skip to content

Commit a44a120

Browse files
committed
Added flake8 to pre-commit
1 parent 3d7c6d2 commit a44a120

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ repos:
1515
hooks:
1616
- id: black
1717
language_version: python3
18+
- repo: https://gitlab.com/pycqa/flake8
19+
rev: 3.8.3
20+
hooks:
21+
- id: flake8

0 commit comments

Comments
 (0)