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 5f57481 + b99541e commit 4414c4aCopy full SHA for 4414c4a
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 22.3.0
+ rev: 22.6.0
4
hooks:
5
- id: black
6
args: [--safe, --quiet]
@@ -37,7 +37,7 @@ repos:
37
- flake8-typing-imports==1.12.0
38
- flake8-docstrings==1.5.0
39
- repo: https://github.com/asottile/reorder_python_imports
40
- rev: v3.1.0
+ rev: v3.3.0
41
42
- id: reorder-python-imports
43
args: ['--application-directories=.:src', --py37-plus]
0 commit comments