Skip to content

Commit 8fae366

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.0 → v0.9.2](astral-sh/ruff-pre-commit@v0.8.0...v0.9.2) - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1)
1 parent 5af7c03 commit 8fae366

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
@@ -26,13 +26,13 @@ repos:
2626
- id: prettier
2727
args: ["--tab-width", "2"]
2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.8.0
29+
rev: v0.9.2
3030
hooks:
3131
- id: ruff
3232
args: [--fix, --exit-non-zero-on-fix]
3333
- id: ruff-format
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.19.0
35+
rev: v3.19.1
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py310-plus]

0 commit comments

Comments
 (0)