ci(pre-commit): Update hooks

pull/95/head
rlaphoenix 2024-04-02 21:51:31 +01:00
parent 5a12cb33e2
commit c3d50cf12c
1 changed files with 4 additions and 4 deletions

View File

@ -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