Skip to content

Commit 14b0df6

Browse files
committed
fix(pre-commit): use github as flake8 source
1 parent 7f53a9f commit 14b0df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: black
2525
language_version: python3 # Should be a command that runs python3.6+
26-
- repo: https://gitlab.com/pycqa/flake8
26+
- repo: https://github.com/PyCQA/flake8
2727
rev: '3.9.2'
2828
hooks:
2929
- id: flake8

0 commit comments

Comments
 (0)