Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix problems with flake8 linter and E203
E203 is broken and it is recommended to ignored it (see psf/black#280). Currently, black correctly adds spaces around colons in some cases and flake8 marks them as errors due to the broken E203.
- Loading branch information