Repository URL to install this package:
|
Version:
1.24.59 ▾
|
boto3
/
pyproject.toml
|
|---|
[tool.pytest.ini_options]
markers = [
"slow: marks tests as slow",
]
[tool.isort]
profile = "black"
line_length = 79
honor_noqa = true
src_paths = ["boto3", "tests"]
[tool.black]
line-length = 79
skip_string_normalization = true