- install asdf
- run
asdf install
in this directory to install all needed tools - run
just setup
to install the pre-commit hooks etc.
- run
just check
to lint the files and auto-format them. you can optionally runjust format
andjust lint
as a single action. - fix the issues which ruff reports
- run
just build
to check if it builds correctly - commit changes
- python 3.11
- hatch
- install just
- run
just setup
to install the pre-commit hooks etc.
- run
hatch run lint:fmt
to lint the files and auto-format them. - fix the issues which ruff reports
- run
hatch build --clean
to check if it builds correctly - commit changes