mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2025-02-22 12:31:54 +01:00
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adamchainz/django-upgrade: 1.22.2 → 1.23.1](https://github.com/adamchainz/django-upgrade/compare/1.22.2...1.23.1) - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.4...v0.9.6) - [github.com/pre-commit/mirrors-eslint: v9.19.0 → v9.20.0](https://github.com/pre-commit/mirrors-eslint/compare/v9.19.0...v9.20.0) - [github.com/astral-sh/uv-pre-commit: 0.5.26 → 0.5.29](https://github.com/astral-sh/uv-pre-commit/compare/0.5.26...0.5.29)
This commit is contained in:
parent
9cee49a8e3
commit
41219d3969
1 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@ repos:
|
|||
- id: check-executables-have-shebangs
|
||||
- id: check-shebang-scripts-are-executable
|
||||
- repo: https://github.com/adamchainz/django-upgrade
|
||||
rev: 1.22.2
|
||||
rev: 1.23.1
|
||||
hooks:
|
||||
- id: django-upgrade
|
||||
args: [--target-version, "4.1"]
|
||||
|
@ -38,7 +38,7 @@ repos:
|
|||
hooks:
|
||||
- id: djhtml
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.9.4
|
||||
rev: v0.9.6
|
||||
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.19.0
|
||||
rev: v9.20.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.26
|
||||
rev: 0.5.29
|
||||
hooks:
|
||||
- id: uv-lock
|
||||
|
|
Loading…
Add table
Reference in a new issue