Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up pylint errors via config options
The majority of pylint gripes are related to Astropy modules with dynamically generated attributes (units and constants) and short and quirky variable names (a, b, c, P1). Disable these to get a respectable pylint score :-) Also document the max line length in case we want to change it one day. The alternative to setup.cfg would have been the newer and shinier pyproject.toml. Both these files support pylint options these days, which is preferable to the old .pylintrc which just clutters up the directory. Prefer setup.cfg for now since flake8 does not support the newer file (https://gitlab.com/pycqa/flake8/-/issues/428).
- Loading branch information