[GRASS-git] [OSGeo/grass] 51c837: CQ: Fix TRY201: Use `raise` without specifying exc...
Edouard Choinière
noreply at github.com
Mon Nov 3 04:07:16 PST 2025
Branch: refs/heads/main
Home: https://github.com/OSGeo/grass
Commit: 51c8375f25b0614dbf082de21669bd1723bd2f67
https://github.com/OSGeo/grass/commit/51c8375f25b0614dbf082de21669bd1723bd2f67
Author: Edouard Choinière <27212526+echoix at users.noreply.github.com>
Date: 2025-11-03 (Mon, 03 Nov 2025)
Changed paths:
M pyproject.toml
M python/grass/jupyter/interactivemap.py
M python/grass/temporal/core.py
Log Message:
-----------
CQ: Fix TRY201: Use `raise` without specifying exception name (#6574)
* CQ: Fix TRY201: Use `raise` without specifying exception name
Ruff rule: https://docs.astral.sh/ruff/rules/verbose-raise/
The situation to look out for that makes the fix unsafe doesn't apply to the three cases here
* Fix Pylint F841 unused variable
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