From: Stephen Finucane Date: Tue, 16 Jan 2024 16:04:21 +0000 (+0000) Subject: pre-commit: Bump versions X-Git-Tag: v3.2.0~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6cb755c179f929e306a12449d79694764fc3ed32;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 94616a80..fdcd4012 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.4.0 + rev: v4.5.0 hooks: - id: check-executables-have-shebangs - id: check-merge-conflict @@ -21,7 +21,7 @@ repos: - id: remove-crlf exclude: (.*\.mbox)|(.*\.svg) - repo: https://github.com/pycqa/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 - repo: https://github.com/openstack/bashate @@ -29,6 +29,6 @@ repos: hooks: - id: bashate - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.12.1 hooks: - id: black