aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
authorGravatar Christopher Goes <[email protected]>2019-03-19 18:59:53 -0600
committerGravatar Christopher Goes <[email protected]>2019-03-19 18:59:53 -0600
commit78552b961535578b38c5c8fe79698179a6eac31d (patch)
tree6fb51473decb543e353925048ab60c368144eb46 /.flake8
parentAdd flake8 extensions, add precommit script, update lockfile (diff)
Fix ordering of imports
Diffstat (limited to '.flake8')
-rw-r--r--.flake82
1 files changed, 1 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index ee465ff..b2b4bb1 100644
--- a/.flake8
+++ b/.flake8
@@ -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