mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 09:35:45 +03:00
Explain what W503 is
This commit is contained in:
parent
de11b5b9b5
commit
a644ac6d2c
1 changed files with 1 additions and 1 deletions
|
@ -16,4 +16,4 @@ ignore =
|
|||
|
||||
[flake8]
|
||||
max-line-length = 90
|
||||
ignore = W503
|
||||
ignore = W503 ; W503 requires that binary operators be at the end, not start, of lines. Erik doesn't like it.
|
||||
|
|
Loading…
Reference in a new issue