Projet

Général

Profil

Télécharger (402 octets) Statistiques
| Branche: | Tag: | Révision:

root / README @ main

1
Extra modules and customizations for w.c.s.
2
===========================================
3

    
4

    
5
Code Style
6
----------
7

    
8
black is used to format the code, using thoses parameters:
9

    
10
    black --target-version py37 --skip-string-normalization --line-length 110
11

    
12
There is .pre-commit-config.yaml to use pre-commit to automatically run black
13
before commits. (execute `pre-commit install` to install the git hook.)
(6-6/9)