corteva / rioxarray

geospatial xarray extension powered by rasterio
https://corteva.github.io/rioxarray
Other
528 stars 84 forks source link

LNT: Address pylint too-many-positional-arguments #806

Closed snowman2 closed 1 month ago

snowman2 commented 1 month ago

pylint has a new rule: https://pylint.pycqa.org/en/latest/user_guide/messages/refactor/too-many-positional-arguments.html

This change will enforce the usage of kwargs.

Benefits: