Skip to content

Commit 87bd021

Browse files
⬆ [pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.2 β†’ v0.15.0](astral-sh/ruff-pre-commit@v0.13.2...v0.15.0) - [github.com/asottile/pyupgrade: v3.20.0 β†’ v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - https://github.com/psf/black β†’ https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.9.0 β†’ 26.1.0](psf/black-pre-commit-mirror@25.9.0...26.1.0)
1 parent 2a533e4 commit 87bd021

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

β€Ž.pre-commit-config.yamlβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ default_language_version:
22
python: python3.10
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.13.2
5+
rev: v0.15.0
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.20.0
10+
rev: v3.21.2
1111
hooks:
1212
- id: pyupgrade
1313
args:
1414
- --py3-plus
1515
- --keep-runtime-typing
1616

17-
- repo: https://github.com/psf/black
18-
rev: 25.9.0
17+
- repo: https://github.com/psf/black-pre-commit-mirror
18+
rev: 26.1.0
1919
hooks:
2020
- id: black
2121
args: [--safe]

0 commit comments

Comments
Β (0)