Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 432 Bytes

File metadata and controls

28 lines (20 loc) · 432 Bytes

Linting and formatting

with script

uv sync --extra dev
./scripts/lint.sh
./scripts/format.sh

with pre-commit

install pre-commit

uv sync --extra dev
uv run pre-commit-install

uninstall pre-commit

if you want to uninstall pre-commit, you can run the following command:

uv run pre-commit uninstall

Note

pre-commit will run automatically when you commit your changes.