[GRASS-git] [OSGeo/grass] 614e1e: style(temporal): Fixes literal-membership (PLR6201...
Edouard Choinière
noreply at github.com
Sun Jun 30 17:43:48 PDT 2024
Branch: refs/heads/main
Home: https://github.com/OSGeo/grass
Commit: 614e1e78339adb5bdf3576d36c80623c497340fe
https://github.com/OSGeo/grass/commit/614e1e78339adb5bdf3576d36c80623c497340fe
Author: Edouard Choinière <27212526+echoix at users.noreply.github.com>
Date: 2024-06-30 (Sun, 30 Jun 2024)
Changed paths:
M python/grass/temporal/abstract_space_time_dataset.py
M python/grass/temporal/list_stds.py
M python/grass/temporal/register.py
M python/grass/temporal/temporal_algebra.py
M python/grass/temporal/temporal_granularity.py
M python/grass/temporal/temporal_raster3d_algebra.py
M python/grass/temporal/temporal_raster_algebra.py
M python/grass/temporal/univar_statistics.py
M temporal/t.info/t.info.py
M temporal/t.rast.export/t.rast.export.py
M temporal/t.rast.gapfill/t.rast.gapfill.py
M temporal/t.rast.list/t.rast.list.py
Log Message:
-----------
style(temporal): Fixes literal-membership (PLR6201) (#3953)
Concerns Pylint rule "use-set-for-membership / R6201"
Using `ruff check --output-format=concise --select PLR6201 --preview --unsafe-fixes --fix 'temporal/' 'python/grass/temporal'`.
To unsubscribe from these emails, change your notification settings at https://github.com/OSGeo/grass/settings/notifications
More information about the grass-commit
mailing list