From: Stephen Finucane Date: Mon, 8 Apr 2024 09:52:30 +0000 (+0100) Subject: pre-commit: Bump versions X-Git-Tag: v3.2.0~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ffbd322dd911de65444e734c2ec69047c17bb565;p=thirdparty%2Fpatchwork.git pre-commit: Bump versions Signed-off-by: Stephen Finucane --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 367d7e05..5cc90fce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ default_language_version: python: python3 repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-executables-have-shebangs - id: check-merge-conflict @@ -14,7 +14,7 @@ repos: - id: trailing-whitespace exclude: (.*\.mbox)|(.*\.svg) - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.5.4 + rev: v1.5.5 hooks: - id: remove-tabs exclude: (.*\.mbox)|(.*\.svg)|(.*\.sql)|(.*\.conf) @@ -22,7 +22,7 @@ repos: exclude: (.*\.mbox)|(.*\.svg) - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.1.13 + rev: v0.5.1 hooks: # Run the linter. - id: ruff @@ -33,7 +33,7 @@ repos: hooks: - id: bashate - repo: https://github.com/daveshanley/vacuum - rev: v0.7.2 + rev: v0.11.1 hooks: - id: vacuum files: ^docs/api/schemas/(latest|v\d\.\d)/patchwork.yaml