Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 [wheel] | 1 [wheel] |
| 2 universal = 1 | 2 universal = 1 |
| 3 | 3 |
| 4 [egg_info] | 4 [flake8] |
| 5 tag_build = | 5 max-line-length = 100 |
| 6 tag_svn_revision = 0 | 6 ignore = F821 |
| 7 tag_date = 0 | |
| 8 | 7 |
| 8 [pytest] | |
| 9 minversion=2.2.0 | |
| 10 pep8ignore = | |
| 11 documentation/*.py ALL | |
| 12 test_six.py ALL | |
| 13 | |
| 14 flakes-ignore = | |
| 15 documentation/*.py ALL | |
| 16 test_six.py ALL | |
| 17 six.py UndefinedName | |
| 18 | |
| OLD | NEW |