You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## hook de pre-commit
Nous utilisons les hooks de pre-commit définit dans le ficher [.pre-commit-config.yaml](.pre-commit-config.yaml):
* pre-commit-hooks > trailing-whitespace
* pre-commit-hooks > check-added-large-files
* black
* djhtml
* pylint
* mypy
* django tests
Installer les hooks de pre-commit avec la commande
```shpre-commit install```
The text was updated successfully, but these errors were encountered:
Est-ce que l'on utilise les pre-commit-hook et/ou configuration de l'éditeur ?
.pre-commit-config.yaml
Mettre à jour le
README.md
:The text was updated successfully, but these errors were encountered: