mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-01 03:12:26 +02:00
[](https://framagit.org/la-chariotte/la-chariotte/-/commits/develop)
[](https://framagit.org/la-chariotte/la-chariotte/-/commits/develop)
la_chariotte | ||
.gitignore | ||
.gitlab-ci.yml | ||
dev-requirements.txt | ||
LICENSE | ||
manage.py | ||
pyproject.toml | ||
readMe.md | ||
requirements.txt | ||
setup.cfg |
La Chariotte
La Chariotte est une application web sous licence libre Affera GPL, développée et maintenue par Hashbang.
Lancer les tests et linter
Lancer les tests avec pytest :
pytest
Si il y a des erreurs ISORT, on peut lancer isort pour trier les fichiers :
isort .
Vérifier le formatage des fichers avec flake8 :
flake8
Si l'erreur BLK100 Blakck would make changes.
apparait, on peut lancer black pour formater les fichiers :
black .