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.0.277 → v0.0.288](astral-sh/ruff-pre-commit@v0.0.277...v0.0.288)
- [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1)
- [github.com/compilerla/conventional-pre-commit: v2.3.0 → v2.4.0](compilerla/conventional-pre-commit@v2.3.0...v2.4.0)
  • Loading branch information
pre-commit-ci[bot] authored Sep 11, 2023
1 parent a9cf386 commit a473100
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 @@ -14,12 +14,12 @@ repos:
exclude: template
- id: check-added-large-files
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.0.277'
rev: 'v0.0.288'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.9.1
hooks:
- id: black
- repo: https://github.com/adrienverge/yamllint.git
Expand All @@ -37,7 +37,7 @@ repos:
test/test_util_path.py
)$
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v2.3.0
rev: v2.4.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
Expand Down

0 comments on commit a473100

Please sign in to comment.