Skip to content

Commit 4bbc4b9

Browse files
committed
extract_utils: update pre-commit hooks to the latest versions
Change-Id: I741a9e187259692963283df825c2eb51eb1342d8
1 parent 4e62c34 commit 4bbc4b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
exclude: ^sdat2img.py$
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
1010
- id: check-yaml
1111
- id: check-added-large-files
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.8.0
13+
rev: v0.14.4
1414
hooks:
1515
- id: ruff
1616
args: [--fix]

0 commit comments

Comments
 (0)