diff options
| author | Aymeric Augustin | 2013-10-27 13:05:52 +0100 |
|---|---|---|
| committer | Aymeric Augustin | 2013-10-27 13:05:52 +0100 |
| commit | c0bd74252e717c4a93d333467253ef9b5c66dcb5 (patch) | |
| tree | 1eb2973eef656b171495d52fb493e29a3b52dea8 /setup.cfg | |
| parent | 9cb9796791062c9d208c0f887dc65142d42c022a (diff) | |
| download | django-debug-toolbar-c0bd74252e717c4a93d333467253ef9b5c66dcb5.tar.bz2 | |
Fix all flake8 warnings and add flake8 to tox.
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,4 +2,5 @@ tag_svn_revision = false [flake8] +ignore = W601 ; # noqa doesn't silence this one max-line-length = 100 |
