add poetry hooks to pre-commit config

This commit is contained in:
onyx-and-iris 2026-03-15 16:27:15 +00:00
parent 0396892530
commit 84b4426e44

View File

@ -5,3 +5,9 @@ repos:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/python-poetry/poetry
rev: '2.3.2'
hooks:
- id: poetry-check
- id: poetry-lock