Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[REF] travis_run_flake8.cfg: disable E203 whitespace before ':'
E203 is not PEP 8 compliant, we should tell Flake8 to ignore these warnings. https://www.python.org/dev/peps/pep-0008/#whitespace-in-expressions-and-statements This change allows us to use MQT on code formatted by black and thus opens the door to the use of this tool on OCA repositories.
- Loading branch information