Closed
Description
To make maintaining cms-bot easier, especially for new people, I'd like to propose to start enforcing code format. We already enforce it for main cmssw repo.
For initial reformat, we can use black - it is guaranteed to preserve AST (abstract syntax tree, i.e. logic). After that, we can add other tools, like flake8, mypy