From e13a17691d668584ef7a6e82608517c92ffcb929 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 14:10:34 +0530 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#479) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.1 → v0.6.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.1...v0.6.2) - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.11.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.11.1...v1.11.2) - [github.com/pycontribs/mirrors-prettier: v3.3.1 → v3.3.3](https://github.com/pycontribs/mirrors-prettier/compare/v3.3.1...v3.3.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index db712f74..e0c18c4b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,13 +9,13 @@ repos: - id: pyupgrade args: ['--keep-runtime-typing', '--py39-plus'] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.1 + rev: v0.6.2 hooks: - id: ruff args: ['--fix', '--exit-non-zero-on-fix'] - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.1 + rev: v1.11.2 hooks: - id: mypy # warn-unused-ignores is unsafe with pre-commit, see @@ -68,7 +68,7 @@ repos: additional_dependencies: - bandit[toml] - repo: https://github.com/pycontribs/mirrors-prettier - rev: v3.3.1 + rev: v3.3.3 hooks: - id: prettier - repo: https://github.com/shellcheck-py/shellcheck-py