Skip to content

Commit 7f82cba

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.0.1](pre-commit/pre-commit-hooks@v3.4.0...v4.0.1) - [github.com/asottile/pyupgrade: v2.12.0 → v2.28.0](asottile/pyupgrade@v2.12.0...v2.28.0) - [github.com/python-formate/snippet-fmt: v0.1.0 → v0.1.4](python-formate/snippet-fmt@v0.1.0...v0.1.4)
1 parent e9f7247 commit 7f82cba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: reformat-pyproject
1111

1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v3.4.0
13+
rev: v4.0.1
1414
hooks:
1515
- id: check-added-large-files
1616
- id: check-ast
@@ -59,7 +59,7 @@ repos:
5959
- id: rst-inline-touching-normal
6060

6161
- repo: https://github.com/asottile/pyupgrade
62-
rev: v2.12.0
62+
rev: v2.28.0
6363
hooks:
6464
- id: pyupgrade
6565
args:
@@ -73,7 +73,7 @@ repos:
7373
- id: forbid-crlf
7474

7575
- repo: https://github.com/python-formate/snippet-fmt
76-
rev: v0.1.0
76+
rev: v0.1.4
7777
hooks:
7878
- id: snippet-fmt
7979

0 commit comments

Comments
 (0)