We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148edc3 commit b14a114Copy full SHA for b14a114
1 file changed
.pre-commit-config.yaml
@@ -23,7 +23,7 @@ repos:
23
# Force black to run on whole repo, using settings from pyproject.toml
24
pass_filenames: false
25
args: [--config=./pyproject.toml, .]
26
-- repo: https://gitlab.com/pycqa/flake8
+- repo: https://github.com/PyCQA/flake8
27
rev: '3.9.0'
28
hooks:
29
# Run flake8.
0 commit comments