 Issue 30021582:
  Issue 7196 - Ignore both flake8 W503 and W504 in tox.ini  (Closed) 
  Base URL: https://hg.adblockplus.org/buildtools
    
  
    Issue 30021582:
  Issue 7196 - Ignore both flake8 W503 and W504 in tox.ini  (Closed) 
  Base URL: https://hg.adblockplus.org/buildtools| Index: tox.ini | 
| =================================================================== | 
| --- a/tox.ini | 
| +++ b/tox.ini | 
| @@ -8,7 +8,7 @@ | 
| node_modules, | 
| .tox, | 
| *.pyc, | 
| -ignore = D1,C815,W504 | 
| +ignore = D1,C815,W503,W504 | 
| per-file-ignores = | 
| chainedconfigparser.py : A107,E501,D205,D208,D400 | 
| ensure_dependencies.py : A102,A107,A108,D400,A302,E129,E501,E713,E721,F821 |