 Issue 29756692:
  Noissue - Adapt best practices for trailing commas (cms)  (Closed)
    
  
    Issue 29756692:
  Noissue - Adapt best practices for trailing commas (cms)  (Closed) 
  | Index: tox.ini | 
| =================================================================== | 
| --- a/tox.ini | 
| +++ b/tox.ini | 
| @@ -3,7 +3,7 @@ | 
| skipsdist = true | 
| [flake8] | 
| -ignore = D1 | 
| +ignore = D1,C815 | 
| per-file-ignores = | 
| /cms/bin/generate_static_pages.py : A107,A301,A302,E501 | 
| /cms/bin/test_server.py : A101,A107,A302,E501,F401 | 
| @@ -30,6 +30,7 @@ | 
| flake8 | 
| flake8-per-file-ignores>=0.4 | 
| flake8-docstrings | 
| + flake8-commas | 
| pep8-naming | 
| hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake8-eyeo |