Skip to content

Commit 6a1241d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v3.4.0...v6.0.0) - [github.com/python-formate/pyupgrade: bbe3007 → v3.3.0](python-formate/pyupgrade@bbe3007...v3.3.0) - [github.com/Lucas-C/pre-commit-hooks: v1.5.1 → v1.5.6](Lucas-C/pre-commit-hooks@v1.5.1...v1.5.6) - [github.com/python-formate/snippet-fmt: v0.1.5 → v0.2.0](python-formate/snippet-fmt@v0.1.5...v0.2.0)
1 parent 5af21cd commit 6a1241d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: reformat-pyproject
1414

1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v3.4.0
16+
rev: v6.0.0
1717
hooks:
1818
- id: check-added-large-files
1919
- id: check-ast
@@ -64,21 +64,21 @@ repos:
6464
- id: rst-inline-touching-normal
6565

6666
- repo: https://github.com/python-formate/pyupgrade
67-
rev: bbe3007
67+
rev: v3.3.0
6868
hooks:
6969
- id: pyupgrade
7070
args:
7171
- --py37-plus
7272
- --keep-runtime-typing
7373

7474
- repo: https://github.com/Lucas-C/pre-commit-hooks
75-
rev: v1.5.1
75+
rev: v1.5.6
7676
hooks:
7777
- id: remove-crlf
7878
- id: forbid-crlf
7979

8080
- repo: https://github.com/python-formate/snippet-fmt
81-
rev: v0.1.5
81+
rev: v0.2.0
8282
hooks:
8383
- id: snippet-fmt
8484

0 commit comments

Comments
 (0)