Skip to content

Commit

Permalink
chore: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.8.1](astral-sh/ruff-pre-commit@v0.6.9...v0.8.1)
- [github.com/compilerla/conventional-pre-commit: v3.4.0 → v3.6.0](compilerla/conventional-pre-commit@v3.4.0...v3.6.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 2, 2024
1 parent 59e0e04 commit f89760f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
exclude: template
- id: check-added-large-files
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.8.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -35,7 +35,7 @@ repos:
test/test_util_path.py
)$
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.4.0
rev: v3.6.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
Expand Down

0 comments on commit f89760f

Please sign in to comment.