Chromium Code Reviews| Index: third_party/six/setup.cfg |
| diff --git a/third_party/six/setup.cfg b/third_party/six/setup.cfg |
| index fbb3ca0bbb4a4bcf3d74cc70b1ff66dad5814c65..4a5b8473d034319a57ed74b5dfd90126e9833595 100644 |
| --- a/third_party/six/setup.cfg |
| +++ b/third_party/six/setup.cfg |
| @@ -1,8 +1,18 @@ |
| [wheel] |
| universal = 1 |
| -[egg_info] |
| -tag_build = |
| -tag_svn_revision = 0 |
| -tag_date = 0 |
| +[flake8] |
| +max-line-length = 100 |
| +ignore = F821 |
| + |
| +[pytest] |
| +minversion=2.2.0 |
| +pep8ignore = |
| + documentation/*.py ALL |
| + test_six.py ALL |
| + |
| +flakes-ignore = |
| + documentation/*.py ALL |
| + test_six.py ALL |
| + six.py UndefinedName |