Changes between Version 25 and Version 26 of Submitting/Python


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

tools/pep8config.txt -> see https://github.com/OSGeo/grass/blob/master/tools/pep8config.txt

Legend:

Unmodified
Added
Removed
Modified
  • Submitting/Python

    v25 v26  
    8383
    8484Follow 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:
     85Note 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:
    8686
    8787{{{