diff options
author | 2019-04-05 12:11:31 +0100 | |
---|---|---|
committer | 2019-04-05 12:11:31 +0100 | |
commit | ebda74029355ce3236ca9266acde40fd40329df7 (patch) | |
tree | aba491f902c874328c88b8e7ccb9772b5414c17f /.flake8 | |
parent | Set `harakiri = 30`. (diff) |
[#176] Redo project layout
Diffstat (limited to '.flake8')
-rw-r--r-- | .flake8 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [flake8] max-line-length=100 ignore=S106 -application_import_names=admin,api,home,pysite,wiki +application_import_names=pysite exclude=__pycache__, venv, .venv, **/migrations import-order-style=pycharm |