Changes between Version 27 and Version 28 of Submitting/Python


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

pep8 has been renamed to pycodestyle

Legend:

Unmodified
Added
Removed
Modified
  • Submitting/Python

    v27 v28  
    8484Follow 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`.
    8585
     86Update 2020:
     87 * `pep8` has been renamed to `pycodestyle`
     88   * Use of the `pep8` tool will be removed in a future release. Please install and use `pycodestyle` instead.
     89
    8690Note 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:
    8791