mirror of
https://github.com/Crocmagnon/checkout.git
synced 2025-02-22 20:41:23 +01:00
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](https://github.com/psf/black/compare/24.10.0...25.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.3...v0.9.4) - [github.com/astral-sh/uv-pre-commit: 0.5.24 → 0.5.26](https://github.com/astral-sh/uv-pre-commit/compare/0.5.24...0.5.26)
This commit is contained in:
parent
5f32d6eed5
commit
7fefb9cc13
1 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ repos:
|
|||
- id: django-upgrade
|
||||
args: [--target-version, "4.1"]
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 24.10.0
|
||||
rev: 25.1.0
|
||||
hooks:
|
||||
- id: black
|
||||
args: [--target-version, py311]
|
||||
|
@ -38,7 +38,7 @@ repos:
|
|||
hooks:
|
||||
- id: djhtml
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.9.3
|
||||
rev: v0.9.4
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: [--fix]
|
||||
|
@ -61,6 +61,6 @@ repos:
|
|||
hooks:
|
||||
- id: pyproject-fmt
|
||||
- repo: https://github.com/astral-sh/uv-pre-commit
|
||||
rev: 0.5.24
|
||||
rev: 0.5.26
|
||||
hooks:
|
||||
- id: uv-lock
|
||||
|
|
Loading…
Add table
Reference in a new issue