Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .style.yapf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[style]
based_on_style = pep8

align_closing_bracket_with_visual_indent = false
allow_split_before_default_or_named_assigns = false
allow_split_before_dict_value = false
coalesce_brackets = true
column_limit = 120
continuation_align_style = fixed
dedent_closing_brackets = true
indent_dictionary_value = true
split_before_arithmetic_operator = true
split_before_dot = true
split_before_expression_after_opening_paren = true
split_before_first_argument = true
split_complex_comprehension = true
use_tabs = true
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
],
"python.testing.pytestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.unittestEnabled": true
"python.testing.unittestEnabled": true,
"python.testing.autoTestDiscoverOnSaveEnabled": true,
"python.formatting.provider": "yapf",
"python.formatting.yapfArgs": []
}
23 changes: 0 additions & 23 deletions imperial/cache.py

This file was deleted.

Loading