Tests and linting¶
Tests¶
To launch the tests suite:
make test
Linting¶
There is 4 lintings checks:
make djlintwill check the linting of the HTML templatesmake pylintwill check the linting of Argos source codemake pylint-alembicwill check the linting of Alembic’s migrations filesmake ruffwill check the linting of all files
You can launch all of them with:
make lint
To let ruff format the code, run:
make ruff-format