Skip to content

Commit 5be7489

Browse files
chore: pre-commit autoupdate (#81)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.8.6](astral-sh/ruff-pre-commit@v0.8.1...v0.8.6) - [github.com/compilerla/conventional-pre-commit: v3.6.0 → v4.0.0](compilerla/conventional-pre-commit@v3.6.0...v4.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 82115de commit 5be7489

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
@@ -15,7 +15,7 @@ repos:
1515
exclude: template
1616
- id: check-added-large-files
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: 'v0.8.1'
18+
rev: 'v0.8.6'
1919
hooks:
2020
- id: ruff
2121
args: [--fix, --exit-non-zero-on-fix]
@@ -38,7 +38,7 @@ repos:
3838
test/test_util_path.py
3939
)$
4040
- repo: https://github.com/compilerla/conventional-pre-commit
41-
rev: v3.6.0
41+
rev: v4.0.0
4242
hooks:
4343
- id: conventional-pre-commit
4444
stages: [commit-msg]

0 commit comments

Comments
 (0)