We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d9b700 + 4b58f76 commit 3b6c87fCopy full SHA for 3b6c87f
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.4.0
+ rev: v4.5.0
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
@@ -19,7 +19,7 @@ repos:
19
20
- id: add-trailing-comma
21
- repo: https://github.com/asottile/pyupgrade
22
- rev: v3.14.0
+ rev: v3.15.0
23
24
- id: pyupgrade
25
args: [--py311-plus]
0 commit comments