From: Stephen Finucane Date: Fri, 6 May 2022 19:00:19 +0000 (+0100) Subject: Update pre-commit plugins X-Git-Tag: v3.1.0~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=41542c47d188c16d1e332ca839befc57ba158aa0;p=thirdparty%2Fpatchwork.git Update pre-commit plugins Signed-off-by: Stephen Finucane --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8a6e51c2..9198b7d6 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: v2.5.0 + rev: v4.2.0 hooks: - id: check-executables-have-shebangs - id: check-merge-conflict @@ -14,11 +14,11 @@ repos: - id: trailing-whitespace exclude: (.*\.mbox)|(.*\.svg) - repo: https://gitlab.com/pycqa/flake8 - rev: 3.7.9 + rev: 3.9.2 hooks: - id: flake8 - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.1.7 + rev: v1.1.13 hooks: - id: remove-tabs exclude: (.*\.mbox)|(.*\.svg)|(.*\.sql)|(.*\.conf)