Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configure ruff to check for style and format (#452)
Remove `flake8`, `pylint` and `black` as requirements to check style and format the code in `env/requirements-style.txt` and `environment.yml`. Update targets in `Makefile` to use ruff to check for style and format the code. Add ruff configs to `pyproject.toml`. Remove the `.pylintrc` file.
- Loading branch information