From 13204ca63e03152ea730a85c9bf2194f3e4dda7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=A8Alessandro?= <¨alessandro.consolo@par-tec.it¨> Date: Thu, 14 Nov 2024 17:45:35 +0100 Subject: [PATCH] =?UTF-8?q?=C2=A8fix:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ea65d64..458ea36 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -26,7 +26,7 @@ repos: - --remove-unused-variables - --remove-all-unused-imports - repo: https://github.com/psf/black - rev: 24.1.1 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/pycqa/isort @@ -44,11 +44,11 @@ repos: name: isort (pyi) types: [pyi] - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.1.1 hooks: - id: flake8 - repo: https://github.com/PyCQA/bandit - rev: 1.7.7 + rev: 1.7.10 hooks: - id: bandit name: bandit