Skip to content

Commit ed71372

Browse files
⬆ [pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.11.11](astral-sh/ruff-pre-commit@v0.9.6...v0.11.11) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0)
1 parent 6c284ba commit ed71372

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
@@ -2,12 +2,12 @@ default_language_version:
22
python: python3.10
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.9.6
5+
rev: v0.11.11
66
hooks:
77
- id: ruff
88
args: [ --fix, --exit-non-zero-on-fix, --exclude, alembic]
99
- repo: https://github.com/asottile/pyupgrade
10-
rev: v3.19.1
10+
rev: v3.20.0
1111
hooks:
1212
- id: pyupgrade
1313
args:

0 commit comments

Comments
 (0)