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 124c6f0 + 5a9cf7d commit 92a351aCopy full SHA for 92a351a
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
exclude: '^($|.*\.bin)'
2
repos:
3
- repo: https://github.com/psf/black
4
- rev: 21.12b0
+ rev: 22.1.0
5
hooks:
6
- id: black
7
args: [--safe, --quiet]
@@ -19,7 +19,7 @@ repos:
19
language: python
20
additional_dependencies: [pygments, restructuredtext_lint]
21
- repo: https://github.com/asottile/reorder_python_imports
22
- rev: v2.6.0
+ rev: v2.7.1
23
24
- id: reorder-python-imports
25
args: ['--application-directories=.:src']
0 commit comments