Changes between Version 26 and Version 27 of Submitting/Python


Ignore:
Timestamp:
Mar 21, 2020, 3:42:05 AM (4 years ago)
Author:
neteler
Comment:

cite python3-pep8

Legend:

Unmodified
Added
Removed
Modified
  • Submitting/Python

    v26 v27  
    8282=== PEP8 standard Style ===
    8383
    84 Follow PEP8 standard and use `pep8` tool to check compliance of your code to this standard.
     84Follow 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
    8586Note 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:
    8687