From 391be919f1d8dbe553ea5aa2d797f20a69b9be0f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 23:44:31 +0000 Subject: [PATCH] [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.16.0 → v9.17.0](https://github.com/eslint/eslint/compare/v9.16.0...v9.17.0) - [github.com/thibaudcolas/pre-commit-stylelint: v16.11.0 → v16.12.0](https://github.com/thibaudcolas/pre-commit-stylelint/compare/v16.11.0...v16.12.0) - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](https://github.com/asottile/pyupgrade/compare/v3.19.0...v3.19.1) - [github.com/executablebooks/mdformat: 0.7.19 → 0.7.21](https://github.com/executablebooks/mdformat/compare/0.7.19...0.7.21) - [github.com/pylint-dev/pylint: v3.3.2 → v3.3.3](https://github.com/pylint-dev/pylint/compare/v3.3.2...v3.3.3) --- .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 1e0ac0c..962d37e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -123,7 +123,7 @@ repos: ) - repo: https://github.com/eslint/eslint - rev: v9.16.0 + rev: v9.17.0 hooks: - id: eslint name: ESLint @@ -135,7 +135,7 @@ repos: ) - repo: https://github.com/thibaudcolas/pre-commit-stylelint - rev: v16.11.0 + rev: v16.12.0 hooks: - id: stylelint name: Stylelint @@ -202,7 +202,7 @@ repos: - --target-version=4.2 # Minimum supported Django version for AA. Update as needed. - repo: https://github.com/asottile/pyupgrade - rev: v3.19.0 + rev: v3.19.1 hooks: - id: pyupgrade name: PyUpgrade @@ -259,7 +259,7 @@ repos: - --target-version=py310 # Minimum required Python version for AA. Update as needed. - repo: https://github.com/executablebooks/mdformat - rev: 0.7.19 + rev: 0.7.21 hooks: - id: mdformat name: Mdformat @@ -301,7 +301,7 @@ repos: description: Validate the pyproject.toml file. - repo: https://github.com/pylint-dev/pylint - rev: v3.3.2 + rev: v3.3.3 hooks: - id: pylint name: Pylint