From 897294e45c94f8fabbd1356764d059c1a6292200 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:03:50 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/eslint/eslint: v10.4.1 → v10.6.0](https://github.com/eslint/eslint/compare/v10.4.1...v10.6.0) - [github.com/thibaudcolas/pre-commit-stylelint: v17.12.0 → v17.14.0](https://github.com/thibaudcolas/pre-commit-stylelint/compare/v17.12.0...v17.14.0) - [github.com/adamchainz/django-upgrade: 1.30.0 → 1.31.1](https://github.com/adamchainz/django-upgrade/compare/1.30.0...1.31.1) - [github.com/tox-dev/pyproject-fmt: v2.23.0 → v2.25.1](https://github.com/tox-dev/pyproject-fmt/compare/v2.23.0...v2.25.1) - [github.com/pylint-dev/pylint: v4.0.5 → v4.0.6](https://github.com/pylint-dev/pylint/compare/v4.0.5...v4.0.6) - [github.com/python-jsonschema/check-jsonschema: 0.37.2 → 0.37.4](https://github.com/python-jsonschema/check-jsonschema/compare/0.37.2...0.37.4) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d4c8f06..5db9106 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -116,7 +116,7 @@ repos: description: Ensure that files end with a newline. - repo: https://github.com/eslint/eslint - rev: v10.4.1 + rev: v10.6.0 hooks: - id: eslint name: ESLint @@ -124,7 +124,7 @@ repos: args: [--fix, --color, --max-warnings, '0'] - repo: https://github.com/thibaudcolas/pre-commit-stylelint - rev: v17.12.0 + rev: v17.14.0 hooks: - id: stylelint name: Stylelint @@ -171,7 +171,7 @@ repos: description: Check for compliance with the definitions in the EditorConfig file. - repo: https://github.com/adamchainz/django-upgrade - rev: 1.30.0 + rev: 1.31.1 hooks: - id: django-upgrade name: Django upgrade @@ -256,7 +256,7 @@ repos: description: Format the tox.ini file. - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.23.0 + rev: v2.25.1 hooks: - id: pyproject-fmt name: pyproject.toml formatter @@ -274,7 +274,7 @@ repos: description: Validate the pyproject.toml file. - repo: https://github.com/pylint-dev/pylint - rev: v4.0.5 + rev: v4.0.6 hooks: - id: pylint name: Pylint @@ -283,7 +283,7 @@ repos: - --py-version=3.10 # Minimum required Python version for AA. Update as needed. - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.2 + rev: 0.37.4 hooks: - id: check-github-actions name: Check GitHub Actions