We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8dfbf9 commit ee4d17eCopy full SHA for ee4d17e
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ repos:
6
stages:
7
- commit-msg
8
repo: https://github.com/commitizen-tools/commitizen
9
- rev: v4.12.1
+ rev: v4.13.6
10
- hooks:
11
- id: check-useless-excludes
12
repo: meta
@@ -45,13 +45,13 @@ repos:
45
- id: trailing-whitespace
46
- id: mixed-line-ending
47
- id: detect-private-key
48
- - id: check-byte-order-marker
+ - id: fix-byte-order-marker
49
- id: check-docstring-first
50
repo: https://github.com/pre-commit/pre-commit-hooks
51
rev: v6.0.0
52
- repo: https://github.com/astral-sh/ruff-pre-commit
53
# Ruff version.
54
- rev: v0.14.14
+ rev: v0.15.0
55
hooks:
56
# Run the linter.
57
- id: ruff
0 commit comments