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 20, 2023
1 parent 95c5dc4 commit ea3f30c
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
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v2.3.0
rev: v2.4.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.284
rev: v0.0.285
hooks:
- id: ruff
args: [--exit-non-zero-on-fix, --fix]
Expand Down

0 comments on commit ea3f30c

Please sign in to comment.