From c16687175afe0a2fad56b5c67212a033b011e767 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 20:29:46 +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/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.5.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.1...v0.5.4) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.11.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.10.0...v1.11.0) --- .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 2aa1cd4..a5c2730 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,14 +3,14 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-ast - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.4.1 + rev: v0.5.4 hooks: # Run the linter. - id: ruff @@ -23,7 +23,7 @@ repos: - id: djlint-jinja types_or: ['html', 'jinja'] - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.10.0' # Use the sha / tag you want to point at + rev: 'v1.11.0' # Use the sha / tag you want to point at hooks: - id: mypy additional_dependencies: [types-jmespath, types-requests, types-beautifulsoup4, types-flask]