From fb4c8b478243ca79831bfbf30681daa9083c8f6b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 17:47:00 +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: v9.6.0 → v9.8.0](https://github.com/eslint/eslint/compare/v9.6.0...v9.8.0) - [github.com/thibaudcolas/pre-commit-stylelint: v16.6.1 → v16.8.1](https://github.com/thibaudcolas/pre-commit-stylelint/compare/v16.6.1...v16.8.1) - [github.com/adamchainz/django-upgrade: 1.19.0 → 1.20.0](https://github.com/adamchainz/django-upgrade/compare/1.19.0...1.20.0) - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](https://github.com/asottile/pyupgrade/compare/v3.16.0...v3.17.0) - [github.com/pycqa/flake8: 7.1.0 → 7.1.1](https://github.com/pycqa/flake8/compare/7.1.0...7.1.1) - [github.com/psf/black: 24.4.2 → 24.8.0](https://github.com/psf/black/compare/24.4.2...24.8.0) - [github.com/tox-dev/pyproject-fmt: 2.1.3 → 2.2.1](https://github.com/tox-dev/pyproject-fmt/compare/2.1.3...2.2.1) - [github.com/pylint-dev/pylint: v3.2.4 → v3.2.6](https://github.com/pylint-dev/pylint/compare/v3.2.4...v3.2.6) - [github.com/python-jsonschema/check-jsonschema: 0.28.6 → 0.29.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.28.6...0.29.1) --- .pre-commit-config.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 13d7fec..d0eaf7e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -127,7 +127,7 @@ repos: ) - repo: https://github.com/eslint/eslint - rev: v9.6.0 + rev: v9.8.0 hooks: - id: eslint name: ESLint @@ -143,7 +143,7 @@ repos: # - globals@13.24.0 # https://github.com/sindresorhus/globals/releases/latest - repo: https://github.com/thibaudcolas/pre-commit-stylelint - rev: v16.6.1 + rev: v16.8.1 hooks: - id: stylelint name: Stylelint @@ -201,7 +201,7 @@ repos: ) - repo: https://github.com/adamchainz/django-upgrade - rev: 1.19.0 + rev: 1.20.0 hooks: - id: django-upgrade name: Django upgrade @@ -210,7 +210,7 @@ repos: - --target-version=4.2 # Minimum supported Django version for AA. Update as needed. - repo: https://github.com/asottile/pyupgrade - rev: v3.16.0 + rev: v3.17.0 hooks: - id: pyupgrade name: PyUpgrade @@ -219,7 +219,7 @@ repos: - --py310-plus # Minimum required Python version for AA. Update as needed. - repo: https://github.com/pycqa/flake8 - rev: 7.1.0 + rev: 7.1.1 hooks: - id: flake8 name: Flake8 @@ -247,7 +247,7 @@ repos: description: Check for black disable comments. - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black name: Black @@ -291,7 +291,7 @@ repos: description: Format the tox.ini file. - repo: https://github.com/tox-dev/pyproject-fmt - rev: 2.1.3 + rev: 2.2.1 hooks: - id: pyproject-fmt name: pyproject.toml formatter @@ -309,7 +309,7 @@ repos: description: Validate the pyproject.toml file. - repo: https://github.com/pylint-dev/pylint - rev: v3.2.4 + rev: v3.2.6 hooks: - id: pylint name: Pylint @@ -318,7 +318,7 @@ repos: - --py-version=3.10 # Minimum required Python version for AA. Update as needed. - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.6 + rev: 0.29.1 hooks: - id: check-github-actions name: Check GitHub Actions From 509238324e4c66f862b38c74b331dd53001d93ec Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Tue, 6 Aug 2024 12:51:55 +0200 Subject: [PATCH 2/2] [MISC] Additional pre-commit 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 d0eaf7e..1e3a69c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -157,8 +157,8 @@ repos: - --formatter=compact additional_dependencies: # stylelint itself needs to be here when using additional_dependencies. - - stylelint@16.6.1 # https://github.com/stylelint/stylelint/releases/latest - - stylelint-config-standard@36.0.0 # https://github.com/stylelint/stylelint-config-standard/releases/latest + - stylelint@16.8.1 # https://github.com/stylelint/stylelint/releases/latest + - stylelint-config-standard@36.0.1 # https://github.com/stylelint/stylelint-config-standard/releases/latest - repo: https://github.com/pre-commit/pygrep-hooks rev: v1.10.0 @@ -262,7 +262,7 @@ repos: name: Blacken docs description: Format Python code in documentation files. additional_dependencies: - - black==24.4.2 # https://github.com/psf/black/releases/latest + - black==24.8.0 # https://github.com/psf/black/releases/latest args: - --target-version=py310 # Minimum required Python version for AA. Update as needed. @@ -299,7 +299,7 @@ repos: args: - --indent=4 additional_dependencies: - - tox==4.15.0 # https://github.com/tox-dev/tox/releases/latest + - tox==4.17.0 # https://github.com/tox-dev/tox/releases/latest - repo: https://github.com/abravalheri/validate-pyproject rev: v0.18