File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22repos :
33 - repo : https://github.com/pre-commit/pre-commit-hooks
4- rev : v5 .0.0
4+ rev : v6 .0.0
55 hooks :
66 - id : trailing-whitespace
77 - id : mixed-line-ending
88 args : ['--fix', 'lf']
99 exclude : ' .*\.(svg)$'
10- - id : check -byte-order-marker
10+ - id : fix -byte-order-marker
1111 - id : check-executables-have-shebangs
1212 - id : check-merge-conflict
1313 - id : debug-statements
1414 - id : check-yaml
1515 files : .*\.(yaml|yml)$
1616 args : ['--unsafe']
1717 - repo : https://github.com/astral-sh/ruff-pre-commit
18- rev : v0.11.8
18+ rev : v0.14.0
1919 hooks :
20- - id : ruff
20+ - id : ruff-check
2121 args : ['--fix', '--unsafe-fixes']
2222 - id : ruff-format
2323 - repo : https://opendev.org/openstack/hacking
2727 additional_dependencies : []
2828 exclude : ' ^(doc|releasenotes)/.*$'
2929 - repo : https://github.com/pre-commit/mirrors-mypy
30- rev : v1.15.0
30+ rev : v1.18.2
3131 hooks :
3232 - id : mypy
3333 additional_dependencies :
You can’t perform that action at this time.
0 commit comments