Skip to content

Commit

Permalink
ci(pre-commit): Update hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaphoenix committed Apr 2, 2024
1 parent 5a12cb3 commit c3d50cf
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
Expand Up @@ -3,16 +3,16 @@

repos:
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.1.0
rev: v3.2.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
- repo: https://github.com/mtkennerly/pre-commit-hooks
rev: v0.3.0
rev: v0.4.0
hooks:
- id: poetry-ruff
- id: poetry-ruff-check
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down

0 comments on commit c3d50cf

Please sign in to comment.