ATTPC / Spyral

A Python analysis library for AT-TPC data
GNU General Public License v3.0
2 stars 2 forks source link

Switch from Black, unspec linter to Ruff #183

Closed gwm17 closed 1 month ago

gwm17 commented 1 month ago

Right now we don't do any code linting as CI. We should get some in and the big new tool is Ruff. Ruff can also do formatting (black compatible) so we should just remove black and switch to Ruff overall.

gwm17 commented 1 month ago

Done waiting for PR