We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5117d84 + 0d66abf commit 1ad8f06Copy full SHA for 1ad8f06
1 file changed
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
8
- id: end-of-file-fixer
9
- id: trailing-whitespace
10
- repo: https://github.com/asottile/reorder_python_imports
11
- rev: v3.0.1
+ rev: v3.1.0
12
hooks:
13
- id: reorder-python-imports
14
args: [--application-directories, '.:src', --py36-plus]
@@ -22,7 +22,7 @@ repos:
22
- id: pyupgrade
23
args: [--py36-plus]
24
- repo: https://github.com/pre-commit/mirrors-mypy
25
- rev: v0.942
+ rev: v0.950
26
27
- id: mypy
28
exclude: ^(docs/|tests/)
0 commit comments