1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-15 00:30:33 +03:00

Contributing: missing/incorrect docstrings will fail flake8

This commit is contained in:
Athanasius 2021-06-07 12:33:12 +01:00
parent f7272ee445
commit da790826e9

View File

@ -393,6 +393,9 @@ literals.
Doc strings are preferred on all new modules, functions, classes, and methods, as they help others understand your code. Doc strings are preferred on all new modules, functions, classes, and methods, as they help others understand your code.
We use the `sphinx` formatting style, which for pycharm users is the default. We use the `sphinx` formatting style, which for pycharm users is the default.
Lack of docstrings, or them not passing some checks, *will* cause a flake8
failure in our setup.
--- ---
## Comments ## Comments