Skip to content

Commit 469ba61

Browse files
committed
build: Update pre-commit hooks
1 parent a17e8f3 commit 469ba61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ repos:
88
- id: check-docstring-first
99
- id: debug-statements
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.7.2
11+
rev: v0.8.1
1212
hooks:
1313
- id: ruff
1414
args: [--fix, --exit-non-zero-on-fix]
1515
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
16-
rev: v9.18.0
16+
rev: v9.19.0
1717
hooks:
1818
- id: commitlint
1919
stages: [commit-msg]

0 commit comments

Comments
 (0)