Skip to content

Commit

Permalink
chore(pre-commit): autoupdate hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/compilerla/conventional-pre-commit: v3.2.0 → v3.4.0](compilerla/conventional-pre-commit@v3.2.0...v3.4.0)
- [github.com/asottile/pyupgrade: v3.15.2 → v3.17.0](asottile/pyupgrade@v3.15.2...v3.17.0)
- [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.6.3](astral-sh/ruff-pre-commit@v0.4.4...v0.6.3)
  • Loading branch information
pre-commit-ci[bot] authored Sep 2, 2024
1 parent 25cadbd commit d5ad5b6
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 @@ -8,7 +8,7 @@ default_install_hook_types:

repos:
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.2.0
rev: v3.4.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
Expand All @@ -32,12 +32,12 @@ repos:
hooks:
- id: add-trailing-comma
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.17.0
hooks:
- id: pyupgrade
args: [--py310-plus]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4
rev: v0.6.3
hooks:
# Run the linter
- id: ruff
Expand Down

0 comments on commit d5ad5b6

Please sign in to comment.