Files
microversion-parse/.pre-commit-config.yaml
Stephen Finucane ec56b04001 pre-commit: Bump dependencies
We also migrate to the native hacking plugin and update tox.ini to match
current best practices.

Change-Id: I560c7b43548f112a1bb57ea929da84585aabdf8c
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2025-09-11 16:41:13 +01:00

21 lines
586 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: trailing-whitespace
- id: mixed-line-ending
args: ['--fix', 'lf']
exclude: '.*\.(svg)$'
- id: fix-byte-order-marker
- id: check-executables-have-shebangs
- id: check-merge-conflict
- id: debug-statements
- id: check-yaml
files: .*\.(yaml|yml)$
- repo: https://opendev.org/openstack/hacking
rev: 7.0.0
hooks:
- id: hacking
additional_dependencies: []
exclude: '^(doc|releasenotes|tools)/.*$'