Changes between Version 26 and Version 27 of Submitting/Python
- Timestamp:
- 03/21/20 03:42:05 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Submitting/Python
v26 v27 82 82 === PEP8 standard Style === 83 83 84 Follow PEP8 standard and use `pep8` tool to check compliance of your code to this standard. 84 Follow PEP8 standard and use the `pep8` tool to check compliance of your code to this standard. You can either install it with `pip3` or it is offered for your operating system as package `python3-pep8`. 85 85 86 Note that not all code is currently compliant to complete PEP8, so we are using a custom configuration stored in `tools/pep8config.txt` ([https://github.com/OSGeo/grass/blob/master/tools/pep8config.txt here] shipped within the GRASS GIS source code), so use: 86 87