Adding settings for project.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
17
.flake8
Normal file
17
.flake8
Normal file
@@ -0,0 +1,17 @@
|
||||
[flake8]
|
||||
max-line-length = 88
|
||||
based-on-style = "pep8"
|
||||
column-limit = 88
|
||||
ignore = "E203,E510,W503"
|
||||
indent-width = 4
|
||||
spces_beforE_comment = 2
|
||||
ALLOW_SPLIT_BEFORE_DICT_VALUE = false
|
||||
DEDENT_CLOSING_BRACKETS = true
|
||||
EACH_DICT_ENTRY_ON_SEPARATE_LINE = true
|
||||
COALESCE_BRACKETS = true
|
||||
USE_TABS = false
|
||||
ALLOW_MULTILINE_LAMBDAS = true
|
||||
BLANK_LINE_BEFORE_NESTED_CLASS_ON_DEF = true
|
||||
INDENT_DICTIONARY_VALUE = true
|
||||
SPLIT_BEFORE_EXPRESSION_AFTER_OPENING_PAREN = true
|
||||
DISABLE_ENDING_COMMA_HEURISTIC = true
|
||||
Reference in New Issue
Block a user