Skip to content

Commit ee4d17e

Browse files
committed
Update precommit
1 parent d8dfbf9 commit ee4d17e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
stages:
77
- commit-msg
88
repo: https://github.com/commitizen-tools/commitizen
9-
rev: v4.12.1
9+
rev: v4.13.6
1010
- hooks:
1111
- id: check-useless-excludes
1212
repo: meta
@@ -45,13 +45,13 @@ repos:
4545
- id: trailing-whitespace
4646
- id: mixed-line-ending
4747
- id: detect-private-key
48-
- id: check-byte-order-marker
48+
- id: fix-byte-order-marker
4949
- id: check-docstring-first
5050
repo: https://github.com/pre-commit/pre-commit-hooks
5151
rev: v6.0.0
5252
- repo: https://github.com/astral-sh/ruff-pre-commit
5353
# Ruff version.
54-
rev: v0.14.14
54+
rev: v0.15.0
5555
hooks:
5656
# Run the linter.
5757
- id: ruff

0 commit comments

Comments
 (0)