Skip to content

Pre-commit cleanup

The current code base is pretty old and contains code that requires some cleanup.

The cleanup includes:

  • Unused import
  • Ordering of imports
  • Unused code
  • Possible coding issue

This list is not exhaustive.

The cleanup shall be done using pre-commit hooks that include:

  • black
  • isort
  • bandit
  • flake8

And possibly others if relevant tools are found in the process.