[GRASS-git] [OSGeo/grass] 209739: style: Fix unnecessary-range-start (PIE808) (#4455)
Edouard Choinière
noreply at github.com
Sat Oct 5 14:23:20 PDT 2024
Branch: refs/heads/main
Home: https://github.com/OSGeo/grass
Commit: 209739a4dfffa6a08efbfeb6dc92c17b91b0cb35
https://github.com/OSGeo/grass/commit/209739a4dfffa6a08efbfeb6dc92c17b91b0cb35
Author: Edouard Choinière <27212526+echoix at users.noreply.github.com>
Date: 2024-10-05 (Sat, 05 Oct 2024)
Changed paths:
M general/g.remove/testsuite/test_g_remove.py
M gui/wxpython/core/workspace.py
M gui/wxpython/gui_core/gselect.py
M gui/wxpython/gui_core/menu.py
M gui/wxpython/lmgr/frame.py
M gui/wxpython/main_window/frame.py
M gui/wxpython/mapdisp/statusbar.py
M gui/wxpython/vdigit/wxdisplay.py
M pyproject.toml
M python/grass/experimental/tests/grass_script_tmp_mapset_session_test.py
M scripts/d.polar/d.polar.py
M scripts/i.oif/i.oif.py
M scripts/i.pansharpen/i.pansharpen.py
M scripts/i.tasscap/i.tasscap.py
M scripts/v.report/v.report.py
Log Message:
-----------
style: Fix unnecessary-range-start (PIE808) (#4455)
As 0 is the default start value, it can be safely omitted.
Ruff rule: https://docs.astral.sh/ruff/rules/unnecessary-range-start/
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