aboutsummaryrefslogtreecommitdiffstats
path: root/.snekrc
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-02-05 12:22:49 +0000
committerGravatar Gareth Coles <[email protected]>2018-02-05 12:22:49 +0000
commitbeaa61362aed31f229c935a347e382024eee5a90 (patch)
tree4d9cf54e44b7fea4124389098fd0fa37a17cdad9 /.snekrc
parentAdd templates & static folder with .gitkeep's (diff)
Dynamic route loader; proper application structure
Also fixed flake8-imports getting the other wrong
Diffstat (limited to '.snekrc')
-rw-r--r--.snekrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.snekrc b/.snekrc
index d8b7be64..3f26eea5 100644
--- a/.snekrc
+++ b/.snekrc
@@ -2,4 +2,5 @@
linters = flake8, safety, dodgy
[flake8]
-max-line-length=100 \ No newline at end of file
+max-line-length=120
+application_import_names=pysite \ No newline at end of file