Fix isort settings so mev_inspect is considered this project

This commit is contained in:
Luke Van Seters 2021-12-13 18:45:21 -05:00
parent f07c497b33
commit bc46c2929b

View File

@ -67,7 +67,7 @@ include_trailing_comma = true
lines_after_imports = 2
lines_between_types = 1
use_parentheses = true
src_paths = ["poetry", "tests"]
src_paths = ["mev_inspect", "tests"]
skip_glob = ["*/setup.py"]
filter_files = true
known_first_party = "poetry"
known_first_party = "mev_inspect"