From 68462cfda3e246cea5c7aeb8f3e01e820856f257 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 17:46:27 +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: de2b7986929c5a92de076e4381b8bb05440e78c2 → 3d8028abdbdbc6c59ff6b86c5fe26755db26ee6a](https://github.com/eslint/eslint/compare/de2b7986929c5a92de076e4381b8bb05440e78c2...3d8028abdbdbc6c59ff6b86c5fe26755db26ee6a) - [github.com/thibaudcolas/pre-commit-stylelint: 29cc51ef83ff0b4aaf74595268e022873015bd9b → 22b126a247292d1efc39bc8d475f4abdddfa713f](https://github.com/thibaudcolas/pre-commit-stylelint/compare/29cc51ef83ff0b4aaf74595268e022873015bd9b...22b126a247292d1efc39bc8d475f4abdddfa713f) - [github.com/asottile/pyupgrade: 19364aa1b2ac289ce75e6bbe93994f7b4b9425f6 → ce40a160603ab0e7d9c627ae33d7ef3906e2d2b2](https://github.com/asottile/pyupgrade/compare/19364aa1b2ac289ce75e6bbe93994f7b4b9425f6...ce40a160603ab0e7d9c627ae33d7ef3906e2d2b2) - [github.com/executablebooks/mdformat: 00812cd1850e41aae5c0916645b4b7404f538e8c → e20b1ac5acb8aba0b49d3a9109c6e6b58684ee83](https://github.com/executablebooks/mdformat/compare/00812cd1850e41aae5c0916645b4b7404f538e8c...e20b1ac5acb8aba0b49d3a9109c6e6b58684ee83) - [github.com/pylint-dev/pylint: a5a1bc3a9602d08f15ac90ad12f5b25bde375613 → c28580be76fe1ec55a6cac41833c0bd68070d2f7](https://github.com/pylint-dev/pylint/compare/a5a1bc3a9602d08f15ac90ad12f5b25bde375613...c28580be76fe1ec55a6cac41833c0bd68070d2f7) --- .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 eadde51b..442751ee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -127,7 +127,7 @@ repos: description: Ensure that files end with a newline. - repo: https://github.com/eslint/eslint - rev: de2b7986929c5a92de076e4381b8bb05440e78c2 # frozen: v9.16.0 + rev: 3d8028abdbdbc6c59ff6b86c5fe26755db26ee6a # frozen: v9.17.0 hooks: - id: eslint name: ESLint @@ -139,7 +139,7 @@ repos: # - globals@15.13.0 # https://github.com/sindresorhus/globals/releases/latest - repo: https://github.com/thibaudcolas/pre-commit-stylelint - rev: 29cc51ef83ff0b4aaf74595268e022873015bd9b # frozen: v16.11.0 + rev: 22b126a247292d1efc39bc8d475f4abdddfa713f # frozen: v16.12.0 hooks: - id: stylelint name: Stylelint @@ -196,7 +196,7 @@ repos: - --target-version=4.2 # Minimum supported Django version for AA. Update as needed. - repo: https://github.com/asottile/pyupgrade - rev: 19364aa1b2ac289ce75e6bbe93994f7b4b9425f6 # frozen: v3.19.0 + rev: ce40a160603ab0e7d9c627ae33d7ef3906e2d2b2 # frozen: v3.19.1 hooks: - id: pyupgrade name: PyUpgrade @@ -253,7 +253,7 @@ repos: - --target-version=py310 # Minimum required Python version for AA. Update as needed. - repo: https://github.com/executablebooks/mdformat - rev: 00812cd1850e41aae5c0916645b4b7404f538e8c # frozen: 0.7.19 + rev: e20b1ac5acb8aba0b49d3a9109c6e6b58684ee83 # frozen: 0.7.21 hooks: - id: mdformat name: Mdformat @@ -290,7 +290,7 @@ repos: description: Validate the pyproject.toml file. - repo: https://github.com/pylint-dev/pylint - rev: a5a1bc3a9602d08f15ac90ad12f5b25bde375613 # frozen: v3.3.2 + rev: c28580be76fe1ec55a6cac41833c0bd68070d2f7 # frozen: v3.3.3 hooks: - id: pylint name: Pylint