From 45edf9bf48e1654b47c42978131edf386ef35a8d Mon Sep 17 00:00:00 2001 From: Simon Li Date: Wed, 24 Apr 2024 15:24:31 +0100 Subject: [PATCH] Update pre-commit --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d40b219..a531570 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: v4.4.0 + rev: v4.6.0 hooks: - id: check-docstring-first - id: check-json @@ -14,17 +14,17 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort args: ["--profile", "black"] - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 24.4.0 hooks: - id: black args: [--target-version=py38] - repo: https://github.com/pycqa/flake8 - rev: 6.0.0 + rev: 7.0.0 hooks: - id: flake8 args: [ @@ -33,11 +33,11 @@ repos: --max-line-length=150, ] - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.7.1 + rev: v3.1.0 hooks: - id: prettier - repo: https://github.com/PyCQA/bandit - rev: "1.7.5" + rev: 1.7.8 hooks: - id: bandit entry: bandit