re-add pre-commit check
This commit is contained in:
parent
0b8d27ff2c
commit
9c28ac8aa4
|
@ -23,3 +23,11 @@ repos:
|
||||||
- id: ruff
|
- id: ruff
|
||||||
args: [--fix]
|
args: [--fix]
|
||||||
- id: ruff-format
|
- 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"
|
||||||
|
|
Loading…
Reference in New Issue