Changes between Version 38 and Version 39 of Grass8/NewFeatures80
- Timestamp:
- 02/17/22 05:08:47 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass8/NewFeatures80
v38 v39 118 118 === Code quality === 119 119 120 We use !GitHub actions for a number of automated source code quality tests: https://github.com/OSGeo/grass/actions 121 122 For this, the source code has been substantially cleaned up: 120 123 * Code formatting with `black` 121 124 * Hundreds of PEP8 fixes with `flake8`