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 d9a02f3 + f6d27fe commit b7711aaCopy full SHA for b7711aa
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: name-tests-test
11
- id: requirements-txt-fixer
12
- repo: https://github.com/asottile/reorder_python_imports
13
- rev: v3.8.3
+ rev: v3.8.4
14
hooks:
15
- id: reorder-python-imports
16
args: [--py37-plus, --add-import, 'from __future__ import annotations']
@@ -20,7 +20,7 @@ repos:
20
- id: add-trailing-comma
21
args: [--py36-plus]
22
- repo: https://github.com/asottile/pyupgrade
23
- rev: v2.38.2
+ rev: v3.1.0
24
25
- id: pyupgrade
26
args: [--py37-plus]
@@ -33,7 +33,7 @@ repos:
33
34
- id: flake8
35
- repo: https://github.com/pre-commit/mirrors-mypy
36
- rev: v0.981
+ rev: v0.982
37
38
- id: mypy
39
additional_dependencies: [types-all]
0 commit comments