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 9ccccf3 commit 11350abCopy full SHA for 11350ab
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.2.0
+ rev: v4.3.0
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
@@ -20,7 +20,7 @@ repos:
20
- id: add-trailing-comma
21
args: [--py36-plus]
22
- repo: https://github.com/asottile/pyupgrade
23
- rev: v2.32.1
+ rev: v2.34.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.960
+ rev: v0.961
37
38
- id: mypy
39
additional_dependencies: [types-all]
0 commit comments