We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a897081 commit 1281812Copy full SHA for 1281812
.pre-commit-config.yaml
@@ -8,11 +8,11 @@ repos:
8
- id: requirements-txt-fixer
9
- id: trailing-whitespace
10
- repo: https://github.com/asottile/setup-cfg-fmt
11
- rev: v1.20.1
+ rev: v2.0.0
12
hooks:
13
- id: setup-cfg-fmt
14
- repo: https://github.com/PyCQA/flake8
15
- rev: 4.0.1
+ rev: 5.0.4
16
17
- id: flake8
18
additional_dependencies: [flake8-typing-imports==1.7.0]
@@ -25,12 +25,12 @@ repos:
25
26
- id: add-trailing-comma
27
- repo: https://github.com/asottile/pyupgrade
28
- rev: v2.34.0
+ rev: v2.37.3
29
30
- id: pyupgrade
31
args: [--py37-plus]
32
- repo: https://github.com/pre-commit/mirrors-mypy
33
- rev: v0.961
+ rev: v0.971
34
35
- id: mypy
36
exclude: ^tests/
0 commit comments