From 34107aabbb671086163fcaab4e3781d68ea4eef1 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 15 Aug 2024 10:49:23 +0100 Subject: [PATCH] pre-commit: Bump versions Signed-off-by: Stephen Finucane Change-Id: I223ef4b7e1e53c713e5dcea22066350e41b94292 --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 498a3c2..719273f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: check-yaml files: .*\.(yaml|yml)$ - repo: https://opendev.org/openstack/hacking - rev: 7.0.0 + rev: 8.0.0 hooks: - id: hacking additional_dependencies: [] @@ -23,7 +23,7 @@ repos: - id: bandit args: ['-c', 'pyproject.toml'] - repo: https://github.com/asottile/pyupgrade - rev: v3.20.0 + rev: v3.21.0 hooks: - id: pyupgrade args: [--py310-plus]