mirror of https://github.com/devine-dl/devine.git
ci(pre-commit): Update hooks
This commit is contained in:
parent
5a12cb33e2
commit
c3d50cf12c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue