From 78169caef10d2039c56fdcc39d7119e5277386d1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 17:26:42 +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/eslint/eslint: 1b4215f2b93d9946da409ae2cdd0b8f6b5c0e253 → c081400644df15454b0ae1a2db03fcfbdfd27621](https://github.com/eslint/eslint/compare/1b4215f2b93d9946da409ae2cdd0b8f6b5c0e253...c081400644df15454b0ae1a2db03fcfbdfd27621) - [github.com/psf/black-pre-commit-mirror: 2892f1f81088477370d4fbc56545c05d33d2493f → 831207fd435b47aeffdf6af853097e64322b4d44](https://github.com/psf/black-pre-commit-mirror/compare/2892f1f81088477370d4fbc56545c05d33d2493f...831207fd435b47aeffdf6af853097e64322b4d44) - [github.com/tox-dev/tox-ini-fmt: be26ee0d710a48f7c1acc1291d84082036207bd3 → a55736a49694e73b4b885c78a827d9771515b9dd](https://github.com/tox-dev/tox-ini-fmt/compare/be26ee0d710a48f7c1acc1291d84082036207bd3...a55736a49694e73b4b885c78a827d9771515b9dd) - [github.com/python-jsonschema/check-jsonschema: 16a6ad2fead09286ee6eb6b0a3fab55655a6c22a → b035497fb64e3f9faa91e833331688cc185891e6](https://github.com/python-jsonschema/check-jsonschema/compare/16a6ad2fead09286ee6eb6b0a3fab55655a6c22a...b035497fb64e3f9faa91e833331688cc185891e6) --- .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 c4aef5a..d840087 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -121,7 +121,7 @@ repos: description: Ensure that files end with a newline. - repo: https://github.com/eslint/eslint - rev: 1b4215f2b93d9946da409ae2cdd0b8f6b5c0e253 # frozen: v9.39.1 + rev: c081400644df15454b0ae1a2db03fcfbdfd27621 # frozen: v10.0.0-beta.0 hooks: - id: eslint name: ESLint @@ -227,7 +227,7 @@ repos: description: Check for black disable comments. - repo: https://github.com/psf/black-pre-commit-mirror - rev: 2892f1f81088477370d4fbc56545c05d33d2493f # frozen: 25.11.0 + rev: 831207fd435b47aeffdf6af853097e64322b4d44 # frozen: 25.12.0 hooks: - id: black name: Black @@ -259,7 +259,7 @@ 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: be26ee0d710a48f7c1acc1291d84082036207bd3 # frozen: 1.7.0 + rev: a55736a49694e73b4b885c78a827d9771515b9dd # frozen: 1.7.1 hooks: - id: tox-ini-fmt name: tox.ini formatter @@ -293,7 +293,7 @@ repos: - --py-version=3.10 # Minimum required Python version for AA. Update as needed. - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 16a6ad2fead09286ee6eb6b0a3fab55655a6c22a # frozen: 0.35.0 + rev: b035497fb64e3f9faa91e833331688cc185891e6 # frozen: 0.36.0 hooks: - id: check-github-actions name: Check GitHub Actions From ca0ddf690505456db56c40a8e339c50acbec0733 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Mon, 5 Jan 2026 22:40:33 +0100 Subject: [PATCH 2/2] [MISC] Additional Dependencies Updated --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d840087..99e289d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -121,7 +121,7 @@ repos: description: Ensure that files end with a newline. - repo: https://github.com/eslint/eslint - rev: c081400644df15454b0ae1a2db03fcfbdfd27621 # frozen: v10.0.0-beta.0 + rev: v9.39.2 hooks: - id: eslint name: ESLint @@ -129,8 +129,8 @@ repos: language: node additional_dependencies: # eslint itself needs to be here when using additional_dependencies. - - eslint@9.39.1 # https://github.com/eslint/eslint/releases/latest - - globals@16.5.0 # https://github.com/sindresorhus/globals/releases/latest + - eslint@9.39.2 # https://github.com/eslint/eslint/releases/latest + - globals@17.0.0 # https://github.com/sindresorhus/globals/releases/latest - repo: https://github.com/thibaudcolas/pre-commit-stylelint rev: 5550a364f2b5d3a9e731a9f4e231c5dc8c5f2e5b # frozen: v16.26.1 @@ -242,7 +242,7 @@ repos: name: Blacken docs description: Format Python code in documentation files. additional_dependencies: - - black==25.9.0 # https://github.com/psf/black/releases/latest + - black==25.12.0 # https://github.com/psf/black/releases/latest args: - --target-version=py310 # Minimum required Python version for AA. Update as needed. @@ -274,7 +274,7 @@ repos: args: - --indent=4 additional_dependencies: - - tox==4.32.0 # https://github.com/tox-dev/tox/releases/latest + - tox==4.33.0 # https://github.com/tox-dev/tox/releases/latest - repo: https://github.com/abravalheri/validate-pyproject rev: 78f5e0f104cfa803d0597eaa924b4de3becd3e3e # frozen: v0.24.1