Loading README.md +1 −0 Original line number Diff line number Diff line Loading @@ -105,6 +105,7 @@ For `pyhton` tools: * Pylint note >= 9 * Usage of logging * Usage of argparse when args are required * [`Format`](https://docs.python.org/3/library/functions.html?highlight=format#format) must be used instead of `%s` or string concatenation with `+` * Docstring format compliant with [Google styleguide](https://google.github.io/styleguide/pyguide.html#244-decision) ### Requirements Loading Loading
README.md +1 −0 Original line number Diff line number Diff line Loading @@ -105,6 +105,7 @@ For `pyhton` tools: * Pylint note >= 9 * Usage of logging * Usage of argparse when args are required * [`Format`](https://docs.python.org/3/library/functions.html?highlight=format#format) must be used instead of `%s` or string concatenation with `+` * Docstring format compliant with [Google styleguide](https://google.github.io/styleguide/pyguide.html#244-decision) ### Requirements Loading