Fix isort settings so mev_inspect is considered this project
This commit is contained in:
parent
f07c497b33
commit
bc46c2929b
@ -67,7 +67,7 @@ include_trailing_comma = true
|
|||||||
lines_after_imports = 2
|
lines_after_imports = 2
|
||||||
lines_between_types = 1
|
lines_between_types = 1
|
||||||
use_parentheses = true
|
use_parentheses = true
|
||||||
src_paths = ["poetry", "tests"]
|
src_paths = ["mev_inspect", "tests"]
|
||||||
skip_glob = ["*/setup.py"]
|
skip_glob = ["*/setup.py"]
|
||||||
filter_files = true
|
filter_files = true
|
||||||
known_first_party = "poetry"
|
known_first_party = "mev_inspect"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user