earthaccess icon indicating copy to clipboard operation
earthaccess copied to clipboard

Extend ruff formatting/linting rulesets

Open jhkennedy opened this issue 1 year ago • 1 comments

We might want to consider extending our ruff linting to cover:

suggested here: https://github.com/nsidc/earthaccess/pull/372#discussion_r1410264309 by @jhkennedy and supported by @mfisher87

jhkennedy avatar Nov 30 '23 17:11 jhkennedy

PyUpgrade is one of my favorite rulesets, but we'll need to set it up with target-version of 3.8 to avoid upgrading our code out of compatibility with our target Pythons :)

MattF-NSIDC avatar Nov 30 '23 18:11 MattF-NSIDC