[GRASS-git] [OSGeo/grass] 235c85: pythonlib: Enable ambiguous variable name warning ...
Vaclav Petras
noreply at github.com
Sun Apr 18 17:09:57 PDT 2021
Branch: refs/heads/master
Home: https://github.com/OSGeo/grass
Commit: 235c855531328b2810bb44dfdfcbf75b926b5a2a
https://github.com/OSGeo/grass/commit/235c855531328b2810bb44dfdfcbf75b926b5a2a
Author: Vaclav Petras <wenzeslaus at gmail.com>
Date: 2021-04-18 (Sun, 18 Apr 2021)
Changed paths:
M python/grass/.flake8
M python/grass/gunittest/checkers.py
M python/grass/pygrass/gis/__init__.py
M python/grass/pygrass/utils.py
M python/grass/pygrass/vector/__init__.py
M python/grass/script/core.py
M python/grass/script/db.py
M python/grass/script/utils.py
M python/grass/script/vector.py
M python/grass/temporal/abstract_space_time_dataset.py
Log Message:
-----------
pythonlib: Enable ambiguous variable name warning (#1538)
Enable Flake8 warning about ambiguous variables name l in grass pkg.
Fix most of the cases (e.g., l is line).
Use per-file ignores for the rest (e.g., lexer in temporal).
More information about the grass-commit
mailing list