From c79023802ff2cdcd0a6b11a47b8c51f4e26d920b Mon Sep 17 00:00:00 2001 From: kairoaraujo <546882+kairoaraujo@users.noreply.github.com> Date: Mon, 8 Dec 2025 08:06:18 +0000 Subject: [PATCH] build: Update pre-commit hooks --- .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 c962b3ed..fa8affb0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: end-of-file-fixer @@ -10,22 +10,22 @@ repos: - id: check-yaml files: '.github/' - repo: https://github.com/pycqa/flake8 - rev: '7.2.0' + rev: '7.3.0' hooks: - id: flake8 exclude: docs - repo: https://github.com/PyCQA/isort - rev: '6.0.1' + rev: '7.0.0' hooks: - id: isort args: [-l79, --profile, black, --check, --diff] - repo: https://github.com/psf/black - rev: '25.1.0' + rev: '25.12.0' hooks: - id: black args: [-l79, --check, --diff, .] - repo: https://github.com/PyCQA/bandit - rev: '1.8.3' + rev: '1.9.2' hooks: - id: bandit args: ["-r", "repository_service_tuf"]