File size: 192 Bytes
f76ed23 |
1 2 3 4 5 6 7 8 9 10 |
[tool.black]
line-length = 120
[tool.pytest.ini_options]
markers = [
"slow: marks tests as slow",
"gpu: marks tests as requiring gpus",
"s3: marks tests as requiring s3 creds",
]
|