MDANSE icon indicating copy to clipboard operation
MDANSE copied to clipboard

Update ruff to encourage use of modern typing

Open oerc0122 opened this issue 9 months ago • 0 comments

Large number of small changes.

Description of work

  • Migrate ruff out of pyproject.toml to top-level ruff.toml (so shared between MDANSE & GUI).
  • Use 3.9 typing features.
  • Enable pyupgrade checks.
  • Add encoding to most open statements.
  • Restructure some functions to avoid opening files repeatedly.

Fixes Fixes #746

To test Standard tests, should be no functional changes.

oerc0122 avatar May 22 '25 09:05 oerc0122