Add `poetry` pre-commit hook

This commit is contained in:
Alessio Bogon 2025-01-08 20:52:27 +01:00
parent c865dac387
commit ccdfe2b2bd
No known key found for this signature in database
1 changed files with 5 additions and 0 deletions

View File

@ -14,3 +14,8 @@ repos:
- id: ruff
args: [ --fix ]
- id: ruff-format
- repo: https://github.com/python-poetry/poetry
rev: '8cad7a423b459871e9ed6094252b15c9ddb8a7dd' # frozen: 2.0.0
hooks:
- id: poetry-check
- id: poetry-lock