mchoji/wtg-seal

View on GitHub
.isort.cfg

Summary

Maintainability
Test Coverage
[settings]
line_length=88
indent='    '
skip=.tox,.venv,build,dist
known_standard_library=setuptools,pkg_resources
known_test=pytest
known_first_party=wtgseal
sections=FUTURE,STDLIB,COMPAT,TEST,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
default_section=THIRDPARTY
multi_line_output=3