re-add pre-commit check

This commit is contained in:
Alexander Soare 2024-04-05 15:25:11 +01:00
parent 0b8d27ff2c
commit 9c28ac8aa4
1 changed files with 8 additions and 0 deletions

View File

@ -23,3 +23,11 @@ repos:
- id: ruff
args: [--fix]
- id: ruff-format
- repo: https://github.com/python-poetry/poetry
rev: 1.8.0
hooks:
- id: poetry-check
- id: poetry-lock
args:
- "--check"
- "--no-update"