From df1551c519a5c972d1b6008dda82b4b7bb95bc21 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 17:33:28 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/mirrors-eslint: 8763fc929b6232999d541a3d8eb49965a6b71afb → eb9cff43594f41e8fc47ce8d1964a4500f26493c](https://github.com/pre-commit/mirrors-eslint/compare/8763fc929b6232999d541a3d8eb49965a6b71afb...eb9cff43594f41e8fc47ce8d1964a4500f26493c) - [github.com/thibaudcolas/pre-commit-stylelint: 642dea0f17f1a98a93e104c0de51d70161b800c4 → c04e74b560392d1602e683cfacff9ad134738f49](https://github.com/thibaudcolas/pre-commit-stylelint/compare/642dea0f17f1a98a93e104c0de51d70161b800c4...c04e74b560392d1602e683cfacff9ad134738f49) - [github.com/editorconfig-checker/editorconfig-checker.python: bebfac867564fbd992e5b45379b4b0568d5cb85b → 3aa28ce11a84d747c5695ad10b81945f2400b54f](https://github.com/editorconfig-checker/editorconfig-checker.python/compare/bebfac867564fbd992e5b45379b4b0568d5cb85b...3aa28ce11a84d747c5695ad10b81945f2400b54f) - [github.com/PyCQA/isort: dac090ce4d9ee313d086e2e89ab1acb8c2664fa1 → 7f321d375f31a2f03833bc9a548e8783f2b5c420](https://github.com/PyCQA/isort/compare/dac090ce4d9ee313d086e2e89ab1acb8c2664fa1...7f321d375f31a2f03833bc9a548e8783f2b5c420) - [github.com/tox-dev/tox-ini-fmt: a55736a49694e73b4b885c78a827d9771515b9dd → 69e8f0ead1b1164c731b4a702896e3218feecf0b](https://github.com/tox-dev/tox-ini-fmt/compare/a55736a49694e73b4b885c78a827d9771515b9dd...69e8f0ead1b1164c731b4a702896e3218feecf0b) - [github.com/tox-dev/pyproject-fmt: 0c8c15d8fe996493035be407c5cf4a288cf6bf8e → d600c142bb19f521ae6a6a345f94a2efd7937759](https://github.com/tox-dev/pyproject-fmt/compare/0c8c15d8fe996493035be407c5cf4a288cf6bf8e...d600c142bb19f521ae6a6a345f94a2efd7937759) --- .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 66f8d4ea..94e387d3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -123,7 +123,7 @@ repos: # - repo: https://github.com/eslint/eslint # rev: 9089853a593d6c7c0f11367da08a829e0ddfe092 # frozen: v10.6.0 - repo: https://github.com/pre-commit/mirrors-eslint - rev: 8763fc929b6232999d541a3d8eb49965a6b71afb # frozen: v10.6.0 + rev: eb9cff43594f41e8fc47ce8d1964a4500f26493c # frozen: v10.8.0 hooks: - id: eslint name: ESLint @@ -135,7 +135,7 @@ repos: - globals@17.7.0 # https://github.com/sindresorhus/globals/releases/latest - repo: https://github.com/thibaudcolas/pre-commit-stylelint - rev: 642dea0f17f1a98a93e104c0de51d70161b800c4 # frozen: v17.14.0 + rev: c04e74b560392d1602e683cfacff9ad134738f49 # frozen: v17.14.1 hooks: - id: stylelint name: Stylelint @@ -176,7 +176,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: bebfac867564fbd992e5b45379b4b0568d5cb85b # frozen: 3.6.1 + rev: 3aa28ce11a84d747c5695ad10b81945f2400b54f # frozen: 3.8.0 hooks: - id: editorconfig-checker name: EditorConfig Checker @@ -215,7 +215,7 @@ repos: description: Check for extraneous `# noqa` comments. - repo: https://github.com/PyCQA/isort - rev: dac090ce4d9ee313d086e2e89ab1acb8c2664fa1 # frozen: 9.0.0a3 + rev: 7f321d375f31a2f03833bc9a548e8783f2b5c420 # frozen: 9.0.0b1 hooks: - id: isort name: Isort @@ -261,14 +261,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: a55736a49694e73b4b885c78a827d9771515b9dd # frozen: 1.7.1 + rev: 69e8f0ead1b1164c731b4a702896e3218feecf0b # frozen: 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: 0c8c15d8fe996493035be407c5cf4a288cf6bf8e # frozen: v2.25.1 + rev: d600c142bb19f521ae6a6a345f94a2efd7937759 # frozen: v2.26.0 hooks: - id: pyproject-fmt name: pyproject.toml formatter From d50693fbdb6f116d3000c4c824b6b5694a7621a5 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Tue, 4 Aug 2026 06:42:18 +0200 Subject: [PATCH 2/2] [MISC] Additional Dependencies Updated --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 94e387d3..407d8ce3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -131,8 +131,8 @@ repos: language: node additional_dependencies: # eslint itself needs to be here when using additional_dependencies. - - eslint@10.6.0 # https://github.com/eslint/eslint/releases/latest - - globals@17.7.0 # https://github.com/sindresorhus/globals/releases/latest + - eslint@10.8.0 # https://github.com/eslint/eslint/releases/latest + - globals@17.8.0 # https://github.com/sindresorhus/globals/releases/latest - repo: https://github.com/thibaudcolas/pre-commit-stylelint rev: c04e74b560392d1602e683cfacff9ad134738f49 # frozen: v17.14.1 @@ -145,7 +145,7 @@ repos: - --formatter=compact additional_dependencies: # stylelint itself needs to be here when using additional_dependencies. - - stylelint@17.14.0 # https://github.com/stylelint/stylelint/releases/latest + - stylelint@17.14.1 # https://github.com/stylelint/stylelint/releases/latest - stylelint-config-standard@40.0.0 # https://github.com/stylelint/stylelint-config-standard/releases/latest - repo: https://github.com/pre-commit/pygrep-hooks @@ -276,7 +276,7 @@ repos: args: - --indent=4 additional_dependencies: - - tox==4.56.1 # https://github.com/tox-dev/tox/releases/latest + - tox==4.58.0 # https://github.com/tox-dev/tox/releases/latest - repo: https://github.com/abravalheri/validate-pyproject rev: 4b2e70d08cb2ccd26d1fba73588de41c7a5d50b7 # frozen: v0.25