Skip to content
Snippets Groups Projects
Bryan  BRANCOTTE's avatar
Bryan BRANCOTTE authored
Improve lang

See merge request !247
5f40d782
History

✨ strass ✨

Système de Traitement des Recrutements Automatisé et Super Simplifié

Demo running at https://strass-master.dev.pasteur.cloud/

Documentation at http://hub.pages.pasteur.fr/strass/

How to contribute

Code is formatted using https://github.com/psf/black. Please use pre-commit along with black to commit only well formatted code:

#install dependencies
pip install -r src/strass/requirements-dev.txt
#enable black as a pre-commit hook which will prevent committing not formated source 
pre-commit install
#run black as it will be before each commit
cd strass/src/strass
pre-commit run black