python-botocore/pyproject.toml

15 lines
238 B
TOML
Raw Normal View History

2021-10-04 18:33:37 +02:00
[tool.pytest.ini_options]
markers = [
"slow: marks tests as slow",
]
2022-05-26 00:10:07 +02:00
[tool.isort]
profile = "black"
line_length = 79
honor_noqa = true
src_paths = ["botocore", "tests"]
[tool.black]
line-length = 79
skip_string_normalization = true