mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 18:02:41 +02:00
428 B
428 B
Tests and linting
Tests
To launch the tests suite:
make tests
Linting
There is 4 lintings checks:
make djlint
will check the linting of the HTML templatesmake pylint
will check the linting of Argos source codemake pylint-alembic
will check the linting of Alembic’s migrations filesmake ruff
will check the linting of all files
You can launch all of them with:
make lint