diff options
author | 2019-03-19 18:59:53 -0600 | |
---|---|---|
committer | 2019-03-19 18:59:53 -0600 | |
commit | 78552b961535578b38c5c8fe79698179a6eac31d (patch) | |
tree | 6fb51473decb543e353925048ab60c368144eb46 /.flake8 | |
parent | Add flake8 extensions, add precommit script, update lockfile (diff) |
Fix ordering of imports
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 -application_import_names=snekbox +application_import_names=snekbox,config,logs ignore=P102,B311,W503,E226,S311 exclude=__pycache__, venv, .venv, tests import-order-style=pycharm |