Closed erikvansebille closed 3 months ago
In https://github.com/OceanParcels/Virtual_ship_classroom/blob/development/codetools.sh, @surgura wrote a script to quickly check valid code
One of the dependencies is https://github.com/john-hen/Flake8-pyproject, which seems as a nice way to combine the duplicate info on flake8 in our .flake8 and pyproject.toml files. Consider using this for Parcels too?
.flake8
pyproject.toml
Migrating to Ruff (#1609) will merge the linting configs into pyproject.toml
In https://github.com/OceanParcels/Virtual_ship_classroom/blob/development/codetools.sh, @surgura wrote a script to quickly check valid code
One of the dependencies is https://github.com/john-hen/Flake8-pyproject, which seems as a nice way to combine the duplicate info on flake8 in our
.flake8
andpyproject.toml
files. Consider using this for Parcels too?