Skip to content

Commit a148994

Browse files
authored
fix flake8 repo url (#6953)
1 parent b1f6c9e commit a148994

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 == 22.3.0
1919
- usort == 1.0.2
2020

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

0 commit comments

Comments
 (0)