Skip to content

Commit 482eddf

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.14.6](astral-sh/ruff-pre-commit@v0.14.5...v0.14.6) - [github.com/asottile/pyupgrade: v3.21.1 → v3.21.2](asottile/pyupgrade@v3.21.1...v3.21.2)
1 parent 32a3a56 commit 482eddf

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
@@ -21,7 +21,7 @@ repos:
2121
- id: check-yaml
2222
- id: detect-private-key
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.14.5
24+
rev: v0.14.6
2525
hooks:
2626
- id: ruff
2727
args:
@@ -43,7 +43,7 @@ repos:
4343
- id: prettier
4444
args: ["--tab-width", "2"]
4545
- repo: https://github.com/asottile/pyupgrade
46-
rev: v3.21.1
46+
rev: v3.21.2
4747
hooks:
4848
- id: pyupgrade
4949
args: [--py37-plus]

0 commit comments

Comments
 (0)