usnistgov / mass

Microcalorimeter pulse-analysis software
MIT License
6 stars 0 forks source link

Run ruff and pep8 tests on all code in `mass` `doc` and `tests` #267

Closed joefowler closed 6 months ago

joefowler commented 6 months ago

Original report by Joseph Fowler (Bitbucket: joe_fowler, ).


Might as well fix all python code style warnings. Why not?

joefowler commented 6 months ago

Original comment by Joseph Fowler (Bitbucket: joe_fowler, ).


Don’t forget to add some kind of info to the README or other documentation about how best to set up one’s VS Code to run ruff automatically (which I am doing now, with great success) and maybe also check for pep8 violations automatically (which I am not).

joefowler commented 6 months ago

Original comment by Joseph Fowler (Bitbucket: joe_fowler, ).


Fixed by PR 248.