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 b6ea52f + af09273 commit 9bce58fCopy full SHA for 9bce58f
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
exclude: '^($|.*\.bin)'
2
repos:
3
- repo: https://github.com/psf/black
4
- rev: 22.8.0
+ rev: 22.10.0
5
hooks:
6
- id: black
7
args: [--safe, --quiet]
@@ -19,12 +19,12 @@ repos:
19
language: python
20
additional_dependencies: [pygments, restructuredtext_lint]
21
- repo: https://github.com/asottile/reorder_python_imports
22
- rev: v3.8.3
+ rev: v3.8.4
23
24
- id: reorder-python-imports
25
args: ['--application-directories=.:src']
26
- repo: https://github.com/pre-commit/mirrors-mypy
27
- rev: v0.981 # NOTE: keep this in sync with tox.ini
+ rev: v0.982 # NOTE: keep this in sync with tox.ini
28
29
- id: mypy
30
files: ^(src|tests)
0 commit comments