Skip to content

Commit 3b0b6ca

Browse files
committed
build: 🛠 Update pre-commit
1 parent 29e7b2c commit 3b0b6ca

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
@@ -8,16 +8,16 @@ repos:
88
- id: check-docstring-first
99
- id: debug-statements
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.8.1
11+
rev: v0.11.7
1212
hooks:
1313
- id: ruff
1414
args: [--fix, --exit-non-zero-on-fix]
1515
- repo: https://github.com/Lucas-C/pre-commit-hooks-safety
16-
rev: v1.3.3
16+
rev: v1.4.2
1717
hooks:
1818
- id: python-safety-dependencies-check
1919
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
20-
rev: v9.19.0
20+
rev: v9.22.0
2121
hooks:
2222
- id: commitlint
2323
stages: [commit-msg]

0 commit comments

Comments
 (0)