ImperialCollegeLondon / safedata_validator

Python tools to validate and publish datasets using the safedata metadata format.
https://safedata-validator.readthedocs.io/
MIT License
2 stars 4 forks source link

Switching to using `ruff` #146

Closed jacobcook1995 closed 1 month ago

jacobcook1995 commented 2 months ago

This PR switches the CI to use ruff rather than black, flake8, isort and pyupgrade. Which simplifies and (particularly in the case of flake8) improves the pre-commit tool chain.

I've kept mypy as part of the testing as I guessed it made most sense to change that on #144 which already addresses a similar issue.

davidorme commented 2 months ago

I've removed that --mypy in the pytest config over in #144