Skip to content

Set up linting, formatting and, typechecking

Muniza requested to merge mnz/tools into main
  • Use black for formatting
  • Use ruff for linting with all relevant rule groups enabled
  • Use pre-commit hooks to enforce rules
  • Replace tox in the CI with said pre-commit hooks
  • Remove tox and Makefile targets as they are not being used anywhere at the moment
Edited by Muniza

Merge request reports