Add W503 to default flake8 ignore list (#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.
This commit is contained in:
parent
5206560946
commit
1fbf7251cc
Loading…
Reference in New Issue
Block a user