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.
1 parent 28d3c0b commit 5770f61Copy full SHA for 5770f61
.pre-commit-config.yaml
@@ -10,11 +10,11 @@ repos:
10
- id: name-tests-test
11
- id: requirements-txt-fixer
12
- repo: https://github.com/asottile/setup-cfg-fmt
13
- rev: v1.20.1
+ rev: v1.20.2
14
hooks:
15
- id: setup-cfg-fmt
16
- repo: https://github.com/asottile/reorder_python_imports
17
- rev: v3.8.1
+ rev: v3.8.2
18
19
- id: reorder-python-imports
20
args: [--py37-plus, --add-import, 'from __future__ import annotations']
@@ -37,6 +37,6 @@ repos:
37
38
- id: flake8
39
- repo: https://github.com/pre-commit/mirrors-mypy
40
- rev: v0.961
+ rev: v0.971
41
42
- id: mypy
0 commit comments