Skip to content

Commit

Permalink
chore(deps): update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 12, 2024
1 parent 6ddf3cd commit 3cc3a4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
- id: isort
name: isort (python)
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.7
rev: v0.5.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -33,7 +33,7 @@ repos:
additional_dependencies:
- types-PyYAML
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.2.0
rev: v3.3.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
Expand All @@ -43,6 +43,6 @@ repos:
hooks:
- id: markdownlint
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 37.385.0
rev: 37.430.0
hooks:
- id: renovate-config-validator

0 comments on commit 3cc3a4c

Please sign in to comment.