Changes between Version 25 and Version 26 of Submitting/Python
- Timestamp:
- 03/21/20 03:40:03 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Submitting/Python
v25 v26 83 83 84 84 Follow PEP8 standard and use `pep8` tool to check compliance of your code to this standard. 85 Note that not all code is currently compliant to complete PEP8, so we are using a custom configuration stored in `tools/pep8config.txt` , so use:85 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 86 87 87 {{{