diff options
author | 2018-10-26 19:42:36 +0200 | |
---|---|---|
committer | 2018-10-26 19:42:36 +0200 | |
commit | 84c6203a571f9bcdf2529fe5a336f9cbaab62323 (patch) | |
tree | 6c1d1a4caadccab5769cb6413e8dcfc786d4cd13 /.flake8 | |
parent | Use proper `noqa` comment. (diff) |
Ignore warning to workaround flake8 bug.
Diffstat (limited to '.flake8')
-rw-r--r-- | .flake8 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ [flake8] max-line-length=100 +ignore=S106 application_import_names=admin,api,home,pysite,wiki exclude=__pycache__, venv, .venv, **/migrations import-order-style=pycharm |