You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the GRASS GIS project the Pylint configuration is created from scratch. In preparation for that, the entire Python code is updated with ruff (https://docs.astral.sh/ruff/, an extremely fast Python linter) to comply with Pylint 3 rules.
Steps
Here the respective steps to which might be applied to the actinia-* repos as well.
Preparing the repo for Pylint 3.x
Motivation
In the GRASS GIS project the Pylint configuration is created from scratch. In preparation for that, the entire Python code is updated with
ruff
(https://docs.astral.sh/ruff/, an extremely fast Python linter) to comply with Pylint 3 rules.Steps
Here the respective steps to which might be applied to the actinia-* repos as well.
(Source: various recent Python code cleanup PRs in the GRASS GIS project, see https://github.com/OSGeo/grass/pulls?q=is%3Apr+is%3Aclosed+style)
Some fine tuning might be needed but most will be straight-forward.
The text was updated successfully, but these errors were encountered: