Merge pull request #2025 from nanoric/remove_trailing_white_space_and_spaces_in_blank_lines

[Del] remove trailing white space & spaces in blank lines
This commit is contained in:
vn.py 2019-08-15 16:42:26 +08:00 committed by GitHub
commit 4450774bda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
26 changed files with 3117 additions and 3119 deletions

View File

@ -3,5 +3,3 @@ exclude = venv,build,__pycache__,__init__.py,ib,talib,uic
ignore = ignore =
E501 line too long, fixed by black E501 line too long, fixed by black
W503 line break before binary operator W503 line break before binary operator
W293 blank line contains whitespace
W291 trailing whitespace