Thanks to visit codestin.com Credit goes to github.com
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 4738d06 + efc1d05 commit c69ae26Copy full SHA for c69ae26
1 file changed
.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
@@ -25,7 +25,7 @@ repos:
25
- id: add-trailing-comma
26
args: [--py36-plus]
27
- repo: https://github.com/asottile/pyupgrade
28
- rev: v2.32.1
+ rev: v2.34.0
29
30
- id: pyupgrade
31
args: [--py37-plus]
@@ -38,7 +38,7 @@ repos:
38
39
- id: flake8
40
- repo: https://github.com/pre-commit/mirrors-mypy
41
- rev: v0.960
+ rev: v0.961
42
43
- id: mypy
44
additional_dependencies: [types-all]
0 commit comments