We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f72d895 commit 2106c1bCopy full SHA for 2106c1b
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: check-ast
6
- id: check-merge-conflict
@@ -9,7 +9,7 @@ repos:
9
- id: requirements-txt-fixer
10
- id: trailing-whitespace
11
- repo: https://github.com/asottile/pyupgrade
12
- rev: v2.31.1
+ rev: v2.32.0
13
14
- id: pyupgrade
15
args: [--py310-plus]
0 commit comments