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