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 Sep 10, 2023
1 parent 95c5dc4 commit 91eab9c
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
@@ -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.287
hooks:
- id: ruff
args: [--exit-non-zero-on-fix, --fix]
Expand All @@ -24,6 +24,6 @@ repos:
- id: check-toml
- id: check-yaml
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.0
hooks:
- id: black

0 comments on commit 91eab9c

Please sign in to comment.