As part of the ongoing efforts to align The SunPy Community's package infrastructure across all sub packages, we are moving all repos to the same linting and formatting rule set.
In order to update the repo the following steps need to be taken.
1.. Update the use_extended_ruff_linting variable from n to y (you will need cruft installed)
As part of the ongoing efforts to align The SunPy Community's package infrastructure across all sub packages, we are moving all repos to the same linting and formatting rule set.
In order to update the repo the following steps need to be taken.
1.. Update the
use_extended_ruff_linting
variable fromn
toy
(you will need cruft installed)Locally format your code using
tox -e codestyle
You can use
ruff check --unsafe-fixes
cli tool to correct a great deal of the formatting with minimal interruptionFix the remaining linting or formatting.
PR :tada: