pycodestyle: Ignore W503

Ignore Line break occurred before a binary operator (W503).
This commit is contained in:
Sanchayan Maity 2021-04-29 11:46:00 +05:30
parent 9d3efb1a3c
commit fc81cd460b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
[pycodestyle]
count = False
ignore = E501
ignore = E501,W503
statistics = True