Skip to content

Commit 2b032b9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.9.2](astral-sh/ruff-pre-commit@v0.7.1...v0.9.2)
1 parent e2e8f12 commit 2b032b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/asottile/pyupgrade
5-
rev: v3.19.0
5+
rev: v3.19.1
66
hooks:
77
- id: pyupgrade
88
args: ['--keep-runtime-typing', '--py39-plus']
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.7.1
10+
rev: v0.9.2
1111
hooks:
1212
- id: ruff
1313
args: ['--fix', '--exit-non-zero-on-fix']

0 commit comments

Comments
 (0)