| Index: tox.ini |
| =================================================================== |
| --- a/tox.ini |
| +++ b/tox.ini |
| @@ -12,7 +12,6 @@ |
| omit = */test/* |
| [flake8] |
| -ignore = D1 |
| per-file-ignores = |
| /sitescripts/content_blocker_lists/bin/generate_lists.py : A107,E501 |
| /sitescripts/crashes/web/submitCrash.py : A302,E501,E711,F401,N802,N806 |
| @@ -84,14 +83,10 @@ |
| jinja2 |
| pycrypto |
| pysed |
| - 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 |
| httplib2 |
| oauth2client |
| + hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake8-eyeo |
| + flake8-per-file-ignores>=0.4 |
| setenv = |
| SITESCRIPTS_CONFIG = ./.sitescripts.test |