From dbc1deabb22258b4f0a1a29734960142523fbdea Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 17:23:40 +0000 Subject: [PATCH 1/3] [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: v9.39.2 → v10.0.0-rc.2](https://github.com/eslint/eslint/compare/v9.39.2...v10.0.0-rc.2) - [github.com/thibaudcolas/pre-commit-stylelint: 5550a364f2b5d3a9e731a9f4e231c5dc8c5f2e5b → 05fae982df4a486b2a8e8f1d0e6ff6817f230957](https://github.com/thibaudcolas/pre-commit-stylelint/compare/5550a364f2b5d3a9e731a9f4e231c5dc8c5f2e5b...05fae982df4a486b2a8e8f1d0e6ff6817f230957) - [github.com/psf/black-pre-commit-mirror: 831207fd435b47aeffdf6af853097e64322b4d44 → ea488cebbfd88a5f50b8bd95d5c829d0bb76feb8](https://github.com/psf/black-pre-commit-mirror/compare/831207fd435b47aeffdf6af853097e64322b4d44...ea488cebbfd88a5f50b8bd95d5c829d0bb76feb8) - [github.com/tox-dev/pyproject-fmt: d252a2a7678b47d1f2eea2f6b846ddfdcd012759 → 2a892e1706c9e0e1f853be3f34a9e04f0d5c86d9](https://github.com/tox-dev/pyproject-fmt/compare/d252a2a7678b47d1f2eea2f6b846ddfdcd012759...2a892e1706c9e0e1f853be3f34a9e04f0d5c86d9) - [github.com/python-jsonschema/check-jsonschema: b035497fb64e3f9faa91e833331688cc185891e6 → ccf21790019848af3eb4464be2a9d5efed6358f3](https://github.com/python-jsonschema/check-jsonschema/compare/b035497fb64e3f9faa91e833331688cc185891e6...ccf21790019848af3eb4464be2a9d5efed6358f3) --- .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 4bc08f1..29c0c84 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: v9.39.2 + rev: v10.0.0-rc.2 hooks: - id: eslint name: ESLint @@ -133,7 +133,7 @@ repos: - 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 + rev: 05fae982df4a486b2a8e8f1d0e6ff6817f230957 # frozen: v17.1.0 hooks: - id: stylelint name: Stylelint @@ -227,7 +227,7 @@ repos: description: Check for black disable comments. - repo: https://github.com/psf/black-pre-commit-mirror - rev: 831207fd435b47aeffdf6af853097e64322b4d44 # frozen: 25.12.0 + rev: ea488cebbfd88a5f50b8bd95d5c829d0bb76feb8 # frozen: 26.1.0 hooks: - id: black name: Black @@ -266,7 +266,7 @@ repos: description: Format the tox.ini file. - repo: https://github.com/tox-dev/pyproject-fmt - rev: d252a2a7678b47d1f2eea2f6b846ddfdcd012759 # frozen: v2.11.1 + rev: 2a892e1706c9e0e1f853be3f34a9e04f0d5c86d9 # frozen: v2.12.1 hooks: - id: pyproject-fmt name: pyproject.toml 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: b035497fb64e3f9faa91e833331688cc185891e6 # frozen: 0.36.0 + rev: ccf21790019848af3eb4464be2a9d5efed6358f3 # frozen: 0.36.1 hooks: - id: check-github-actions name: Check GitHub Actions From 21ad9cc9e34cf54582f391c6d166fe0ece791fb4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 17:24:03 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 663c5ab..f4b6723 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,10 +42,9 @@ dependencies = [ urls.Changelog = "https://github.com/ppfeufer/aa-example-plugin/blob/master/CHANGELOG.md" urls.Tracker = "https://github.com/ppfeufer/aa-example-plugin/issues" -[tool.hatch.version] -path = "example/__init__.py" - [tool.hatch.build] include = [ "/example", ] +[tool.hatch.version] +path = "example/__init__.py" From 07e934cec746e76f4590284f9a9cc3a39ecdef8d Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Tue, 3 Feb 2026 02:08:59 +0100 Subject: [PATCH 3/3] [MISC] Additional dependencies updated --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 29c0c84..b0a5e9b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ # Set the default language versions for the hooks default_language_version: python: python3 # Force all Python hooks to use Python 3 - node: 22.13.1 # Force all Node hooks to use the latest Node LTS + node: 22.13.1 # Force all Node hooks to use this specific Node version # https://pre-commit.ci/ ci: @@ -121,7 +121,7 @@ repos: description: Ensure that files end with a newline. - repo: https://github.com/eslint/eslint - rev: v10.0.0-rc.2 + rev: v9.39.2 hooks: - id: eslint name: ESLint @@ -130,7 +130,7 @@ repos: additional_dependencies: # eslint itself needs to be here when using additional_dependencies. - eslint@9.39.2 # https://github.com/eslint/eslint/releases/latest - - globals@17.0.0 # https://github.com/sindresorhus/globals/releases/latest + - globals@17.3.0 # https://github.com/sindresorhus/globals/releases/latest - repo: https://github.com/thibaudcolas/pre-commit-stylelint rev: 05fae982df4a486b2a8e8f1d0e6ff6817f230957 # frozen: v17.1.0 @@ -143,8 +143,8 @@ repos: - --formatter=compact additional_dependencies: # stylelint itself needs to be here when using additional_dependencies. - - stylelint@16.26.1 # https://github.com/stylelint/stylelint/releases/latest - - stylelint-config-standard@39.0.1 # https://github.com/stylelint/stylelint-config-standard/releases/latest + - stylelint@17.1.0 # 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 rev: 3a6eb0fadf60b3cccfd80bad9dbb6fae7e47b316 # frozen: v1.10.0 @@ -242,7 +242,7 @@ repos: name: Blacken docs description: Format Python code in documentation files. additional_dependencies: - - black==25.12.0 # https://github.com/psf/black/releases/latest + - black==26.1.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.33.0 # https://github.com/tox-dev/tox/releases/latest + - tox==4.34.1 # https://github.com/tox-dev/tox/releases/latest - repo: https://github.com/abravalheri/validate-pyproject rev: 78f5e0f104cfa803d0597eaa924b4de3becd3e3e # frozen: v0.24.1