From 78533debf7dcece431ba15e4454504c641512890 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 21:07:00 +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.6.0 → v10.8.0](https://github.com/eslint/eslint/compare/v10.6.0...v10.8.0) - [github.com/thibaudcolas/pre-commit-stylelint: v17.14.0 → v17.14.1](https://github.com/thibaudcolas/pre-commit-stylelint/compare/v17.14.0...v17.14.1) - [github.com/editorconfig-checker/editorconfig-checker.python: 3.6.1 → 3.8.0](https://github.com/editorconfig-checker/editorconfig-checker.python/compare/3.6.1...3.8.0) - [github.com/PyCQA/isort: 9.0.0a3 → 9.0.0b1](https://github.com/PyCQA/isort/compare/9.0.0a3...9.0.0b1) - [github.com/tox-dev/tox-ini-fmt: 1.7.1 → 1.8.1](https://github.com/tox-dev/tox-ini-fmt/compare/1.7.1...1.8.1) - [github.com/tox-dev/pyproject-fmt: v2.25.1 → v2.26.0](https://github.com/tox-dev/pyproject-fmt/compare/v2.25.1...v2.26.0) --- .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 5db9106..d13b92e 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.6.0 + rev: v10.8.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.14.0 + rev: v17.14.1 hooks: - id: stylelint name: Stylelint @@ -164,7 +164,7 @@ repos: description: Enforce that python3.6+ type annotations are used instead of type comments. - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 3.6.1 + rev: 3.8.0 hooks: - id: editorconfig-checker name: EditorConfig Checker @@ -203,7 +203,7 @@ repos: description: Check for extraneous `# noqa` comments. - repo: https://github.com/PyCQA/isort - rev: 9.0.0a3 + rev: 9.0.0b1 hooks: - id: isort name: Isort @@ -249,14 +249,14 @@ repos: - mdformat-shfmt==0.2.0 # Mdformat plugin to format shell code blocks » https://github.com/hukkin/mdformat-shfmt/tags - repo: https://github.com/tox-dev/tox-ini-fmt - rev: 1.7.1 + rev: 1.8.1 hooks: - id: tox-ini-fmt name: tox.ini formatter description: Format the tox.ini file. - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.25.1 + rev: v2.26.0 hooks: - id: pyproject-fmt name: pyproject.toml formatter