Skip to content

Commit 812427b

Browse files
chore(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.13.3 → v0.14.1](astral-sh/ruff-pre-commit@v0.13.3...v0.14.1)
1 parent 88daf9c commit 812427b

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
@@ -34,7 +34,7 @@ repos:
3434
- id: prettier
3535
args: ["--tab-width", "2"]
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v3.20.0
37+
rev: v3.21.0
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py39-plus]
@@ -66,7 +66,7 @@ repos:
6666
- id: prettier
6767
args: ["--tab-width", "2"]
6868
- repo: https://github.com/astral-sh/ruff-pre-commit
69-
rev: v0.13.3
69+
rev: v0.14.1
7070
hooks:
7171
- id: ruff
7272
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)