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.
1 parent a148bb5 commit d4eab24Copy full SHA for d4eab24
.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