Skip to content

Commit a27f054

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/repo-helper/pyproject-parser: v0.11.0 → v0.11.1](repo-helper/pyproject-parser@v0.11.0...v0.11.1) - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v3.4.0...v5.0.0) - [github.com/asottile/pyupgrade: v2.12.0 → v3.17.0](asottile/pyupgrade@v2.12.0...v3.17.0) - [github.com/Lucas-C/pre-commit-hooks: v1.5.1 → v1.5.5](Lucas-C/pre-commit-hooks@v1.5.1...v1.5.5)
1 parent dbc4807 commit a27f054

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ ci:
88

99
repos:
1010
- repo: https://github.com/repo-helper/pyproject-parser
11-
rev: v0.11.0
11+
rev: v0.11.1
1212
hooks:
1313
- id: reformat-pyproject
1414

1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v3.4.0
16+
rev: v5.0.0
1717
hooks:
1818
- id: check-added-large-files
1919
- id: check-ast
@@ -62,15 +62,15 @@ repos:
6262
- id: rst-inline-touching-normal
6363

6464
- repo: https://github.com/asottile/pyupgrade
65-
rev: v2.12.0
65+
rev: v3.17.0
6666
hooks:
6767
- id: pyupgrade
6868
args:
6969
- --py36-plus
7070
- --keep-runtime-typing
7171

7272
- repo: https://github.com/Lucas-C/pre-commit-hooks
73-
rev: v1.5.1
73+
rev: v1.5.5
7474
hooks:
7575
- id: remove-crlf
7676
- id: forbid-crlf

0 commit comments

Comments
 (0)