We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f53a9f commit 14b0df6Copy full SHA for 14b0df6
.pre-commit-config.yaml
@@ -23,7 +23,7 @@ repos:
23
hooks:
24
- id: black
25
language_version: python3 # Should be a command that runs python3.6+
26
- - repo: https://gitlab.com/pycqa/flake8
+ - repo: https://github.com/PyCQA/flake8
27
rev: '3.9.2'
28
29
- id: flake8
0 commit comments