Skip to content

Commit 2a1a5d7

Browse files
committed
Fix flake8 repo in pre-commit hook
1 parent 9afe2a7 commit 2a1a5d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
hooks:
77
- id: black
88
args: [--line-length=89]
9-
- repo: https://gitlab.com/pycqa/flake8
9+
- repo: https://github.com/pycqa/flake8
1010
rev: 4.0.1
1111
hooks:
1212
- id: flake8

0 commit comments

Comments
 (0)