# Services Gnous L'ensemble des docker compose pour les services du projet Gnous. ## Lint ``` python3 -m venv .venv/ source .venv/bin/activate pip install -r .ci/requirements.txt python3 .ci/port_attribution_watcher.py python3 .ci/traefik_label_watcher.py ./.ci/lint.sh ```