diff options
author | 2018-02-05 12:22:49 +0000 | |
---|---|---|
committer | 2018-02-05 12:22:49 +0000 | |
commit | beaa61362aed31f229c935a347e382024eee5a90 (patch) | |
tree | 4d9cf54e44b7fea4124389098fd0fa37a17cdad9 /.snekrc | |
parent | Add 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-- | .snekrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |