From beaa61362aed31f229c935a347e382024eee5a90 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Mon, 5 Feb 2018 12:22:49 +0000 Subject: Dynamic route loader; proper application structure Also fixed flake8-imports getting the other wrong --- .snekrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.snekrc') 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 -- cgit v1.2.3