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 ecd7363 + e3ae066 commit 7189f34Copy full SHA for 7189f34
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
@@ -25,7 +25,7 @@ repos:
25
- id: add-trailing-comma
26
args: [--py36-plus]
27
- repo: https://github.com/asottile/pyupgrade
28
- rev: v2.31.1
+ rev: v2.32.0
29
30
- id: pyupgrade
31
args: [--py37-plus]
0 commit comments