Several echostack repositories have already migrated to pyproject.toml and from Flake8 to Ruff (e.g., echopype, echopop, echoshader)
This issue is to check the remaining repositories and standardize the linting configuration where appropriate
Checklist
Things to check
- replace Flake8 with Ruff
- migrate to
pyproject.toml
- keep notebook linting enabled
- but consider excluding
.ipynb from ruff format to avoid large JSON-only diffs while still running ruff check
- update CI and pre-commit configuration accordingly
Several echostack repositories have already migrated to
pyproject.tomland from Flake8 to Ruff (e.g., echopype, echopop, echoshader)This issue is to check the remaining repositories and standardize the linting configuration where appropriate
Checklist
Things to check
pyproject.toml.ipynbfromruff formatto avoid large JSON-only diffs while still runningruff check