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.
2 parents f5f5bcb + b2eb459 commit 9401ff3Copy full SHA for 9401ff3
1 file changed
.pre-commit-config.yaml
@@ -10,14 +10,14 @@ repos:
10
- id: end-of-file-fixer
11
- id: debug-statements
12
- repo: https://github.com/asottile/reorder_python_imports
13
- rev: v2.5.0
+ rev: v2.6.0
14
hooks:
15
- id: reorder-python-imports
16
- repo: https://github.com/psf/black
17
- rev: "21.6b0"
+ rev: "21.7b0"
18
19
- id: black
20
- - repo: https://gitlab.com/pycqa/flake8
+ - repo: https://github.com/PyCQA/flake8
21
rev: "3.9.2" # pick a git hash / tag to point to
22
23
- id: flake8
0 commit comments