mirror of
https://github.com/l1ving/youtube-dl
synced 2026-05-29 02:49:53 +08:00
[flake8] Ignore W504 (line break after binary operator)
Both W504 (line break after binary operator) and W503 (line break before binary operator) were implicitly enabled, even though conceptually they are mutually exclusive. W504 had over 100 hits, while W503 had none, so let's disable the former.
This commit is contained in:
Reference in New Issue
Block a user