mirror of
https://github.com/Crocmagnon/checkout.git
synced 2025-02-22 12:31:25 +01:00
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.2...v0.9.3) - [github.com/pre-commit/mirrors-eslint: v9.18.0 → v9.19.0](https://github.com/pre-commit/mirrors-eslint/compare/v9.18.0...v9.19.0) - [github.com/astral-sh/uv-pre-commit: 0.5.21 → 0.5.24](https://github.com/astral-sh/uv-pre-commit/compare/0.5.21...0.5.24)
This commit is contained in:
parent
332dc8a4bc
commit
2fc2a7723b
1 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@ repos:
|
|||
hooks:
|
||||
- id: djhtml
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.9.2
|
||||
rev: v0.9.3
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: [--fix]
|
||||
|
@ -48,7 +48,7 @@ repos:
|
|||
- id: prettier
|
||||
types_or: [javascript, css]
|
||||
- repo: https://github.com/pre-commit/mirrors-eslint
|
||||
rev: v9.18.0
|
||||
rev: v9.19.0
|
||||
hooks:
|
||||
- id: eslint
|
||||
args: [--fix]
|
||||
|
@ -61,6 +61,6 @@ repos:
|
|||
hooks:
|
||||
- id: pyproject-fmt
|
||||
- repo: https://github.com/astral-sh/uv-pre-commit
|
||||
rev: 0.5.21
|
||||
rev: 0.5.24
|
||||
hooks:
|
||||
- id: uv-lock
|
||||
|
|
Loading…
Add table
Reference in a new issue