mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
8 lines
281 B
YAML
8 lines
281 B
YAML
repos:
|
|
- repo: https://github.com/python-poetry/poetry
|
|
rev: '1.5.0'
|
|
hooks:
|
|
# make sure the poetry config does not get committed in a broken state
|
|
- id: poetry-check
|
|
# make sure the lock file is up-to-date when committing changes
|
|
- id: poetry-lock
|