Skip to content

Commit 20ad83b

Browse files
committed
pre-commit: Bump versions
We need to rename two hooks. Change-Id: I15582a23da6ea6babf2b277ff443b7cdb764c9f9 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
1 parent b28b324 commit 20ad83b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
22
repos:
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
@@ -27,7 +27,7 @@ repos:
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:

0 commit comments

Comments
 (0)