[pre-commit.ci] pre-commit autoupdate
Some checks failed
Test / build (Python 3.10, Django 4.2) (push) Has been cancelled
Test / build (Python 3.11, Django 4.2) (push) Has been cancelled
Test / build (Python 3.12, Django 4.2) (push) Has been cancelled
Test / build (Python 3.13, Django 4.2) (push) Has been cancelled
Test / build (Python 3.14, Django 4.2) (push) Has been cancelled
Test / build (Python 3.8, Django 4.2) (push) Has been cancelled
Test / build (Python 3.9, Django 4.2) (push) Has been cancelled
Test / build (Python 3.10, Django 5.0) (push) Has been cancelled
Test / build (Python 3.11, Django 5.0) (push) Has been cancelled
Test / build (Python 3.12, Django 5.0) (push) Has been cancelled
Test / build (Python 3.13, Django 5.0) (push) Has been cancelled
Test / build (Python 3.14, Django 5.0) (push) Has been cancelled
Test / build (Python 3.10, Django 5.1) (push) Has been cancelled
Test / build (Python 3.11, Django 5.1) (push) Has been cancelled
Test / build (Python 3.12, Django 5.1) (push) Has been cancelled
Test / build (Python 3.13, Django 5.1) (push) Has been cancelled
Test / build (Python 3.14, Django 5.1) (push) Has been cancelled
Test / build (Python 3.8, Django 5.1) (push) Has been cancelled
Test / build (Python 3.9, Django 5.1) (push) Has been cancelled
Test / build (Python 3.10, Django 5.2) (push) Has been cancelled
Test / build (Python 3.11, Django 5.2) (push) Has been cancelled
Test / build (Python 3.12, Django 5.2) (push) Has been cancelled
Test / build (Python 3.13, Django 5.2) (push) Has been cancelled
Test / build (Python 3.14, Django 5.2) (push) Has been cancelled
Test / build (Python 3.8, Django 5.2) (push) Has been cancelled
Test / build (Python 3.9, Django 5.2) (push) Has been cancelled
Test / build (Python 3.10, Django main) (push) Has been cancelled
Test / build (Python 3.11, Django main) (push) Has been cancelled
Test / build (Python 3.12, Django main) (push) Has been cancelled
Test / build (Python 3.13, Django main) (push) Has been cancelled
Test / build (Python 3.14, Django main) (push) Has been cancelled

updates:
- [github.com/pre-commit/mirrors-eslint: v9.39.1 → v10.0.0-rc.0](https://github.com/pre-commit/mirrors-eslint/compare/v9.39.1...v10.0.0-rc.0)
- [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.14.13](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.5...v0.14.13)
This commit is contained in:
pre-commit-ci[bot] 2026-01-19 17:36:45 +00:00 committed by GitHub
parent 969fb7931a
commit 46db0ad402
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@ repos:
args: args:
- --trailing-comma=es5 - --trailing-comma=es5
- repo: https://github.com/pre-commit/mirrors-eslint - repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.39.1 rev: v10.0.0-rc.0
hooks: hooks:
- id: eslint - id: eslint
additional_dependencies: additional_dependencies:
@ -44,7 +44,7 @@ repos:
args: args:
- --fix - --fix
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.14.5' rev: 'v0.14.13'
hooks: hooks:
- id: ruff - id: ruff
args: [--fix, --exit-non-zero-on-fix] args: [--fix, --exit-non-zero-on-fix]