We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59b60cb + 736f2ab commit d01b267Copy full SHA for d01b267
.pre-commit-config.yaml
@@ -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.1
+ rev: v3.8.2
23
hooks:
24
- id: reorder-python-imports
25
args: ['--application-directories=.:src']
26
- repo: https://github.com/pre-commit/mirrors-mypy
27
- rev: v0.961 # NOTE: keep this in sync with tox.ini
+ rev: v0.971 # NOTE: keep this in sync with tox.ini
28
29
- id: mypy
30
files: ^(src|tests)
0 commit comments