forked from Imagelibrary/binutils-gdb
Remove .flake8
I re-ran flake8 today and was puzzled to see W503 warnings. Eventually I found out that the setup.cfg config overrides .flake8. This patch merges the two and removes .flake8, to avoid future confusion. Approved-By: Simon Marchi <simon.marchi@efficios.com>
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
[flake8]
|
||||
ignore = E501, W503
|
||||
@@ -5,4 +5,5 @@
|
||||
# E203: Whitespace before ':'
|
||||
# E501: line too long
|
||||
# E701: Multiple statements on one line (colon)
|
||||
ignore = E203,E501,E701
|
||||
# W503: line break before binary operator
|
||||
ignore = E203,E501,E701,W503
|
||||
|
||||
Reference in New Issue
Block a user