lbl-anp / becquerel

Becquerel is a Python package for analyzing nuclear spectroscopic measurements.
Other
43 stars 16 forks source link

Enable pylint and other linting rules in ruff #418

Closed markbandstra closed 1 month ago

markbandstra commented 1 month ago

This PR enables the following rulesets in ruff:

I thought these made useful improvements and would be helpful for maintaining our code going forward.

This PR is a second take on #417 but without the experimental rules from ruff's preview mode.