[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.6...v0.9.1)
- [github.com/pre-commit/mirrors-eslint: v9.17.0 → v9.18.0](https://github.com/pre-commit/mirrors-eslint/compare/v9.17.0...v9.18.0)
- [github.com/astral-sh/uv-pre-commit: 0.5.14 → 0.5.18](https://github.com/astral-sh/uv-pre-commit/compare/0.5.14...0.5.18)
This commit is contained in:
pre-commit-ci[bot] 2025-01-13 23:36:09 +00:00 committed by crocmagnon-pr[bot]
parent 7b79f44b08
commit e1a69b55f3

View file

@ -38,7 +38,7 @@ repos:
hooks: hooks:
- id: djhtml - id: djhtml
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.6 rev: v0.9.1
hooks: hooks:
- id: ruff - id: ruff
args: [--fix] args: [--fix]
@ -48,7 +48,7 @@ repos:
- id: prettier - id: prettier
types_or: [javascript, css] types_or: [javascript, css]
- repo: https://github.com/pre-commit/mirrors-eslint - repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.17.0 rev: v9.18.0
hooks: hooks:
- id: eslint - id: eslint
args: [--fix] args: [--fix]
@ -61,6 +61,6 @@ repos:
hooks: hooks:
- id: pyproject-fmt - id: pyproject-fmt
- repo: https://github.com/astral-sh/uv-pre-commit - repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.5.14 rev: 0.5.18
hooks: hooks:
- id: uv-lock - id: uv-lock