Update isort CLI commands (#72)

This commit is contained in:
kclowes
2022-12-09 11:25:55 -07:00
committed by GitHub
parent af2dfa6560
commit 642ae9627c

View File

@ -6,9 +6,11 @@ envlist=
[isort] [isort]
combine_as_imports=True combine_as_imports=True
force_grid_wrap=1
force_sort_within_sections=True force_sort_within_sections=True
known_third_party=hypothesis,pytest known_third_party=hypothesis,pytest
known_first_party=<MODULE_NAME> known_first_party=<MODULE_NAME>
multi_line_output=3
profile=black profile=black
[flake8] [flake8]