Skip to content

Commit

Permalink
chore(dev): bump pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Aug 11, 2024
1 parent 95c5dc4 commit 61742c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
repos:
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v2.3.0
rev: v3.4.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.284
rev: v0.5.7
hooks:
- id: ruff
args: [--exit-non-zero-on-fix, --fix]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: mixed-line-ending
Expand All @@ -24,6 +24,6 @@ repos:
- id: check-toml
- id: check-yaml
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 24.8.0
hooks:
- id: black

0 comments on commit 61742c5

Please sign in to comment.