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 4f2c9ba commit 0554aedCopy full SHA for 0554aed
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
- id: trailing-whitespace
21
22
- repo: https://github.com/asottile/pyupgrade
23
- rev: v2.37.1
+ rev: v2.37.3
24
hooks:
25
- id: pyupgrade
26
args: [--py37-plus]
@@ -36,7 +36,7 @@ repos:
36
- id: black
37
38
- repo: https://github.com/PyCQA/flake8
39
- rev: 4.0.1
+ rev: 5.0.2
40
41
- id: flake8
42
additional_dependencies:
@@ -45,7 +45,7 @@ repos:
45
# - flake8-self~=0.2.2
46
47
- repo: https://github.com/pre-commit/mirrors-mypy
48
- rev: v0.961
+ rev: v0.971
49
50
- id: mypy
51
args: [--config-file=pyproject.toml]
0 commit comments