We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc4807 commit a27f054Copy full SHA for a27f054
.pre-commit-config.yaml
@@ -8,12 +8,12 @@ ci:
8
9
repos:
10
- repo: https://github.com/repo-helper/pyproject-parser
11
- rev: v0.11.0
+ rev: v0.11.1
12
hooks:
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
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.17.0
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