From 4895ddbd3f02569698e88abf96f687fca634912f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 17:47:24 +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/editorconfig-checker/editorconfig-checker.python: 1a92c0953500d402fc49ceb67ad7fbf7cabad38a → c764d820bfc7d772ae9cc86b4696c375aee944a4](https://github.com/editorconfig-checker/editorconfig-checker.python/compare/1a92c0953500d402fc49ceb67ad7fbf7cabad38a...c764d820bfc7d772ae9cc86b4696c375aee944a4) - [github.com/PyCQA/isort: c235f5e450b4b84e58d114ed4c589cbf454175a3 → 0a0b7a830386ba6a31c2ec8316849ae4d1b8240d](https://github.com/PyCQA/isort/compare/c235f5e450b4b84e58d114ed4c589cbf454175a3...0a0b7a830386ba6a31c2ec8316849ae4d1b8240d) - [github.com/psf/black: 1b2427a2b785cc4aac97c19bb4b9a0de063f9547 → 8a737e727ac5ab2f1d4cf5876720ed276dc8dc4b](https://github.com/psf/black/compare/1b2427a2b785cc4aac97c19bb4b9a0de063f9547...8a737e727ac5ab2f1d4cf5876720ed276dc8dc4b) - [github.com/executablebooks/mdformat: e20b1ac5acb8aba0b49d3a9109c6e6b58684ee83 → ff29be1a1ba8029d9375882aa2c812b62112a593](https://github.com/executablebooks/mdformat/compare/e20b1ac5acb8aba0b49d3a9109c6e6b58684ee83...ff29be1a1ba8029d9375882aa2c812b62112a593) - [github.com/tox-dev/tox-ini-fmt: e37f0af6026312eba791baa690e3e0f57c753b83 → e732f664aa3fd7b32cce3de8abbac43f4c3c375d](https://github.com/tox-dev/tox-ini-fmt/compare/e37f0af6026312eba791baa690e3e0f57c753b83...e732f664aa3fd7b32cce3de8abbac43f4c3c375d) - [github.com/pylint-dev/pylint: c28580be76fe1ec55a6cac41833c0bd68070d2f7 → c2b01c3d0b6410d4c93eb1f32fb28f2116b1e68f](https://github.com/pylint-dev/pylint/compare/c28580be76fe1ec55a6cac41833c0bd68070d2f7...c2b01c3d0b6410d4c93eb1f32fb28f2116b1e68f) - [github.com/python-jsonschema/check-jsonschema: cb3c2be894b151dff143b1baf6acbd55f2b7faed → a20fe80ebdd4aec6791598c9ff559985580f91ea](https://github.com/python-jsonschema/check-jsonschema/compare/cb3c2be894b151dff143b1baf6acbd55f2b7faed...a20fe80ebdd4aec6791598c9ff559985580f91ea) --- .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 2478848..72e6e4a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -180,7 +180,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: 1a92c0953500d402fc49ceb67ad7fbf7cabad38a # frozen: 3.0.3 + rev: c764d820bfc7d772ae9cc86b4696c375aee944a4 # frozen: 3.2.0 hooks: - id: editorconfig-checker name: EditorConfig Checker @@ -219,7 +219,7 @@ repos: description: Check for extraneous `# noqa` comments. - repo: https://github.com/PyCQA/isort - rev: c235f5e450b4b84e58d114ed4c589cbf454175a3 # frozen: 5.13.2 + rev: 0a0b7a830386ba6a31c2ec8316849ae4d1b8240d # frozen: 6.0.0 hooks: - id: isort name: Isort @@ -233,7 +233,7 @@ repos: description: Check for black disable comments. - repo: https://github.com/psf/black - rev: 1b2427a2b785cc4aac97c19bb4b9a0de063f9547 # frozen: 24.10.0 + rev: 8a737e727ac5ab2f1d4cf5876720ed276dc8dc4b # frozen: 25.1.0 hooks: - id: black name: Black @@ -253,7 +253,7 @@ repos: - --target-version=py310 # Minimum required Python version for AA. Update as needed. - repo: https://github.com/executablebooks/mdformat - rev: e20b1ac5acb8aba0b49d3a9109c6e6b58684ee83 # frozen: 0.7.21 + rev: ff29be1a1ba8029d9375882aa2c812b62112a593 # frozen: 0.7.22 hooks: - id: mdformat name: Mdformat @@ -265,7 +265,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: e37f0af6026312eba791baa690e3e0f57c753b83 # frozen: 1.4.1 + rev: e732f664aa3fd7b32cce3de8abbac43f4c3c375d # frozen: 1.5.0 hooks: - id: tox-ini-fmt name: tox.ini formatter @@ -290,7 +290,7 @@ repos: description: Validate the pyproject.toml file. - repo: https://github.com/pylint-dev/pylint - rev: c28580be76fe1ec55a6cac41833c0bd68070d2f7 # frozen: v3.3.3 + rev: c2b01c3d0b6410d4c93eb1f32fb28f2116b1e68f # frozen: v3.3.4 hooks: - id: pylint name: Pylint @@ -299,7 +299,7 @@ repos: - --py-version=3.10 # Minimum required Python version for AA. Update as needed. - repo: https://github.com/python-jsonschema/check-jsonschema - rev: cb3c2be894b151dff143b1baf6acbd55f2b7faed # frozen: 0.30.0 + rev: a20fe80ebdd4aec6791598c9ff559985580f91ea # frozen: 0.31.1 hooks: - id: check-github-actions name: Check GitHub Actions From bf67068a57c36a22a66ea7f24d354f5117f3b20f Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Tue, 4 Feb 2025 09:36:40 +0100 Subject: [PATCH 2/2] [MISC] Additional dependencies updated --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 72e6e4a..df3ddc1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -248,7 +248,7 @@ repos: name: Blacken docs description: Format Python code in documentation files. additional_dependencies: - - black==24.10.0 # https://github.com/psf/black/releases/latest + - black==25.1.0 # https://github.com/psf/black/releases/latest args: - --target-version=py310 # Minimum required Python version for AA. Update as needed. @@ -280,7 +280,7 @@ repos: args: - --indent=4 additional_dependencies: - - tox==4.23.2 # https://github.com/tox-dev/tox/releases/latest + - tox==4.24.1 # https://github.com/tox-dev/tox/releases/latest - repo: https://github.com/abravalheri/validate-pyproject rev: f45606bad11ad90ddac1212fa83ebe2a4d724351 # frozen: v0.23