Skip to content

Commit 97c2715

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.14.1](astral-sh/ruff-pre-commit@v0.12.11...v0.14.1)
1 parent bd8472d commit 97c2715

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v3.20.0
3+
rev: v3.21.0
44
hooks:
55
- id: pyupgrade
66
args:
@@ -14,7 +14,7 @@ repos:
1414
hooks:
1515
- id: pyaphid
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.12.11
17+
rev: v0.14.1
1818
hooks:
1919
- id: ruff
2020
args:

0 commit comments

Comments
 (0)