Asib27's picture
try 1
065fee7 verified
raw
history blame
240 Bytes
[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