diff options
author | 2018-02-05 20:15:01 +0000 | |
---|---|---|
committer | 2018-02-05 20:15:01 +0000 | |
commit | f0f347b01734b719bae0d36a8670fd7e49866b1e (patch) | |
tree | 4d9cf54e44b7fea4124389098fd0fa37a17cdad9 /.snekrc | |
parent | Minifix (diff) |
Revert "Major update"
This reverts commit 80a1ab5
Diffstat (limited to '.snekrc')
-rw-r--r-- | .snekrc | 19 |
1 files changed, 2 insertions, 17 deletions
@@ -1,21 +1,6 @@ [all] -linters = flake8, safety, dodgy, yapf, isort +linters = flake8, safety, dodgy [flake8] max-line-length=120 -application_import_names=pysite -ignore=I100 - -[isort] -line_length=120 -indent=' ' -multi_line_output=0 -length_sort=1 -use_parentheses=true -sections=FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER -import_heading_stdlib=Stdlib -import_heading_thirdparty=External Libraries -import_heading_firstparty=Site Internals -force_sort_within_sections=true - -[style] # yapf
\ No newline at end of file +application_import_names=pysite
\ No newline at end of file |