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 e0a2b00 + 4d821d0 commit 30e17c4Copy full SHA for 30e17c4
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.1.0
+ rev: v4.2.0
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
@@ -24,7 +24,7 @@ repos:
24
- id: add-trailing-comma
25
args: [--py36-plus]
26
- repo: https://github.com/asottile/pyupgrade
27
- rev: v2.31.1
+ rev: v2.32.0
28
29
- id: pyupgrade
30
args: [--py37-plus]
0 commit comments