We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26ac00 commit 050407cCopy full SHA for 050407c
.pre-commit-config.yaml
@@ -1,5 +1,5 @@
1
repos:
2
-- repo: https://github.com/ambv/black
+- repo: https://github.com/psf/black
3
rev: 21.12b0
4
hooks:
5
- id: black
@@ -9,7 +9,7 @@ repos:
9
10
- id: isort
11
name: isort (python)
12
-- repo: https://gitlab.com/pycqa/flake8
+- repo: https://github.com/PyCQA/flake8
13
rev: 4.0.1
14
15
- id: flake8
0 commit comments