Files
sunnypilot/.pre-commit-config.yaml
T
Justin Newberry d3c5ac5545 Precommit: do a sanity check on github workflows (#29790)
* sanity check on github actions

* That one doesn’t apply to us
2023-09-06 10:40:52 -07:00

10 lines
201 B
YAML

repos:
- repo: https://github.com/python-poetry/poetry
rev: '1.5.0'
hooks:
- id: poetry-check
- id: poetry-lock
name: validate poetry lock
args:
- --check