Skip to content

Commit ac29a9e

Browse files
[pre-commit.ci] pre-commit autoupdate (#153)
updates: - [github.com/compilerla/conventional-pre-commit: v4.2.0 → v4.4.0](compilerla/conventional-pre-commit@v4.2.0...v4.4.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.2 → v0.15.6](astral-sh/ruff-pre-commit@v0.13.2...v0.15.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 399237b commit ac29a9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ repos:
3030
- id: end-of-file-fixer
3131
- id: trailing-whitespace
3232
- repo: https://github.com/compilerla/conventional-pre-commit
33-
rev: v4.2.0
33+
rev: v4.4.0
3434
hooks:
3535
- id: conventional-pre-commit
3636
stages: [commit-msg]
3737
# optional: list of Conventional Commits types to allow e.g. [feat, fix, ci, chore, test]
3838
args: []
3939
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: v0.13.2
40+
rev: v0.15.6
4141
hooks:
4242
- id: ruff
4343
# Remove types_or to also lint notebooks

0 commit comments

Comments
 (0)