We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c72bb6d commit e6ad8eaCopy full SHA for e6ad8ea
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
- id: reformat-pyproject
14
15
- repo: https://github.com/pre-commit/pre-commit-hooks
16
- rev: v3.4.0
+ rev: v5.0.0
17
hooks:
18
- id: check-added-large-files
19
- id: check-ast
@@ -62,15 +62,15 @@ repos:
62
- id: rst-inline-touching-normal
63
64
- repo: https://github.com/asottile/pyupgrade
65
- rev: v2.12.0
+ rev: v3.19.1
66
67
- id: pyupgrade
68
args:
69
- --py36-plus
70
- --keep-runtime-typing
71
72
- repo: https://github.com/Lucas-C/pre-commit-hooks
73
- rev: v1.5.1
+ rev: v1.5.5
74
75
- id: remove-crlf
76
- id: forbid-crlf
0 commit comments