usnistgov / mass

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

Use f-strings instead of %-style or .format() strings #277

Closed joefowler closed 4 months ago

joefowler commented 4 months ago

Use modern Python approach to formatting strings. See https://github.com/usnistgov/dastardcommander/pull/145 for where we did this with Dastard-commander.

Also, just make sure to pass (or disable) all ruff tests, not just the %-string errors.