Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add W503 to default flake8 ignore list (psf#894)
W503 and W504 are mutually exclusive, to do with splitting binary operators across lines. Black reformats code according to W504, putting the operator on the start of the newline, therefore W503 needs to be ignored in the suggested Flake8 config to use with Black.
- Loading branch information