Skip to content

Commit 8a8e948

Browse files
committed
Add isort configuration
1 parent bd834c5 commit 8a8e948

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

setup.cfg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,11 @@ skip = docs/_build,.mypy_cache,*.sublime-workspace,.git,tests/mockito,tests/para
1919
; mockito uses atleast as a keyword
2020
ignore-words-list=atleast,commitish,falsy
2121

22+
[isort]
23+
known_local_folder=GitSavvy
24+
skip_glob=docs/*,tests/mockito/*,tests/parameterized/*
25+
profile=black
26+
line_length=90
27+
force_sort_within_sections=true
28+
lines_after_imports=2
29+
combine_as_imports=true

0 commit comments

Comments
 (0)