[GRASS-git] [OSGeo/grass-addons] 47b7b9: checks: Fix syntax in Flake8 config (#932)
Vaclav Petras
noreply at github.com
Tue Jul 18 12:06:03 PDT 2023
Branch: refs/heads/grass8
Home: https://github.com/OSGeo/grass-addons
Commit: 47b7b9f18aae1c3e1f98197f70207340f99955c9
https://github.com/OSGeo/grass-addons/commit/47b7b9f18aae1c3e1f98197f70207340f99955c9
Author: Vaclav Petras <wenzeslaus at gmail.com>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M .flake8
Log Message:
-----------
checks: Fix syntax in Flake8 config (#932)
Flake8 config file does not allow inline comments. Previous versions did not enforce that (which lead to silent errors), but the new versions (v6) do.
Source: https://github.com/PyCQA/flake8/issues/1760
In core repo: https://github.com/OSGeo/grass/pull/2976
More information about the grass-commit
mailing list