Closed MxNxPx closed 1 month ago
This change adds a lint workflow as well as precommit hooks that could be run locally using:
# (optional) install dependencies uds run deps # before pushing, run pre commit uds run precommit # or pre-commit run --all-files
(requires uds, python, pip to already be installed)
uds
python
pip
This change adds a lint workflow as well as precommit hooks that could be run locally using:
(requires
uds
,python
,pip
to already be installed)