Changes between Version 38 and Version 39 of Grass8/NewFeatures80


Ignore:
Timestamp:
Feb 17, 2022, 5:08:47 AM (2 years ago)
Author:
neteler
Comment:

Explanations added

Legend:

Unmodified
Added
Removed
Modified
  • Grass8/NewFeatures80

    v38 v39  
    118118=== Code quality ===
    119119
     120We use !GitHub actions for a number of automated source code quality tests: https://github.com/OSGeo/grass/actions
     121
     122For this, the source code has been substantially cleaned up:
    120123 * Code formatting with `black`
    121124 * Hundreds of PEP8 fixes with `flake8`