2021-01-08 15:47:30 -05:00
|
|
|
[build-system]
|
|
|
|
requires = ["setuptools>=46.0", "wheel"]
|
|
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
|
|
|
|
[tool.isort]
|
|
|
|
force_sort_within_sections = true
|
2021-08-23 12:14:19 -04:00
|
|
|
multi_line_output = 4
|
|
|
|
line_length = 88
|
2021-01-08 15:47:30 -05:00
|
|
|
# Inform isort of paths to import names that should be considered part of the "First Party" group.
|
2021-08-23 12:14:19 -04:00
|
|
|
#src_paths = ["src/openstack_loadtest"]
|
2021-01-08 15:47:30 -05:00
|
|
|
skip_gitignore = true
|
|
|
|
# If you need to skip/exclude folders, consider using skip_glob as that will allow the
|
|
|
|
# isort defaults for skip to remain without the need to duplicate them.
|
|
|
|
|
|
|
|
[tool.coverage.run]
|
|
|
|
branch = true
|