Skip to content

Commit d40b473

Browse files
authored
[BugFix] Use GitHub for flake8 pre-commit hook (#679)
1 parent fbfd47c commit d40b473

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
@@ -18,7 +18,7 @@ repos:
1818
- black == 21.9b0
1919
- usort == 0.6.4
2020

21-
- repo: https://gitlab.com/pycqa/flake8
21+
- repo: https://github.com/pycqa/flake8
2222
rev: 3.9.2
2323
hooks:
2424
- id: flake8

0 commit comments

Comments
 (0)