Merge "pre-commit: Bump versions"

This commit is contained in:
Zuul
2025-05-23 23:22:58 +00:00
committed by Gerrit Code Review

View File

@@ -4,7 +4,7 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: mixed-line-ending
@@ -29,7 +29,7 @@ repos:
files: .*\.sh
exclude: '.tox/.*'
- repo: https://github.com/PyCQA/bandit
rev: 1.7.5
rev: 1.8.3
hooks:
- id: bandit
# B104: Possible binding to all interfaces
@@ -37,18 +37,18 @@ repos:
files: 'neutron/'
exclude: 'neutron/tests'
- repo: https://github.com/lucas-c/pre-commit-hooks
rev: v1.5.4
rev: v1.5.5
hooks:
- id: remove-tabs
exclude: '.*\.(svg)$'
- repo: https://opendev.org/openstack/hacking
rev: 6.1.0
rev: 7.0.0
hooks:
- id: hacking
additional_dependencies: ['neutron', 'neutron-lib']
exclude: '^(doc|releasenotes|tools)/.*$'
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.14.1
rev: v1.15.0
hooks:
- id: mypy
pass_filenames: false