Files
zaqar/.pre-commit-config.yaml
Takashi Kajinami 36acd1e87c pre-commit: Bump versions
Change-Id: I35816774499bab3c2b1e36e096c108373b163c73
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2026-01-24 21:42:18 +09:00

30 lines
795 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: 8.0.0
hooks:
- id: hacking
additional_dependencies: []
exclude: '^(doc|releasenotes|tools)/.*$'
- repo: https://github.com/asottile/pyupgrade
rev: v3.21.2
hooks:
- id: pyupgrade
args: [--py3-only]
- repo: https://github.com/PyCQA/doc8
rev: v2.0.0
hooks:
- id: doc8