astronomy-commons / hats

Hierarchical Progressive Survey Catalog
https://hats.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
17 stars 5 forks source link

Reduce number of positional arguments #372

Open camposandro opened 1 week ago

camposandro commented 1 week ago

pylint 1.0.3 started reporting that the package has an unusual number of positional arguments in some of the methods (CI logs for reference). We should try passing them as keyword arguments whenever possible, and reduce the number of positional arguments set in the source and test .pylintrc.