Skip to content

Commit 812d369

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.19.1](asottile/pyupgrade@v2.12.0...v2.19.1)
1 parent b3e2939 commit 812d369

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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.19.1
6363
hooks:
6464
- id: pyupgrade
6565
args:

0 commit comments

Comments
 (0)