tech:python_cours_formation
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| tech:python_cours_formation [2025/05/20 20:49] – Jean-Baptiste | tech:python_cours_formation [2025/09/05 14:59] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 75: | Ligne 75: | ||
| * Programmation par contract avec PyContracts | * Programmation par contract avec PyContracts | ||
| - | Linter: | + | Linter |
| + | * Voir : | ||
| + | * https:// | ||
| * black (The uncompromising code formatter) | * black (The uncompromising code formatter) | ||
| * pydocstyle (checking compliance with Python docstring conventions) | * pydocstyle (checking compliance with Python docstring conventions) | ||
| Ligne 223: | Ligne 225: | ||
| Pour ignorer l' | Pour ignorer l' | ||
| - | <code ini tox.ini> | + | |
| + | '' | ||
| + | < | ||
| [flake8] | [flake8] | ||
| extend-ignore = E501 | extend-ignore = E501 | ||
| Ligne 230: | Ligne 234: | ||
| + | == Autres | ||
| + | |||
| + | <code bash> | ||
| + | $ ansible-test sanity --list-tests | ||
| + | action-plugin-docs | ||
| + | ansible-doc | ||
| + | changelog | ||
| + | compile | ||
| + | empty-init | ||
| + | ignores | ||
| + | import | ||
| + | line-endings | ||
| + | no-assert | ||
| + | no-get-exception | ||
| + | no-illegal-filenames | ||
| + | no-smart-quotes | ||
| + | pep8 | ||
| + | pslint | ||
| + | pylint | ||
| + | replace-urlopen | ||
| + | runtime-metadata | ||
| + | shebang | ||
| + | shellcheck | ||
| + | symlinks | ||
| + | use-argspec-type-path | ||
| + | use-compat-six | ||
| + | validate-modules | ||
| + | yamllint | ||
| + | </ | ||
tech/python_cours_formation.1747766956.txt.gz · Dernière modification : de Jean-Baptiste
