From 9f0baaaeb9c73470f8f143a7cf914d253578e5c0 Mon Sep 17 00:00:00 2001 From: Jan Date: Fri, 29 Nov 2024 17:37:56 +0100 Subject: [PATCH] updated pre-commit hooks --- .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 eb8150d..84ad514 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -69,7 +69,7 @@ repos: - id: reorder-python-imports - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.4 + rev: v0.8.1 hooks: # Run the linter. - id: ruff @@ -79,7 +79,7 @@ repos: # linters - repo: https://github.com/PyCQA/bandit - rev: 1.7.10 + rev: 1.8.0 hooks: - id: bandit args: ["-x", "tests"] @@ -109,7 +109,7 @@ repos: - id: python-check-blanket-noqa - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.3.3 + rev: v3.4.1 hooks: - id: prettier files: \.md$