mirror of
https://github.com/akuker/RASCSI.git
synced 2024-12-23 21:29:30 +00:00
9 lines
172 B
TOML
9 lines
172 B
TOML
|
[tool.pytest.ini_options]
|
||
|
addopts = "--junitxml=report.xml"
|
||
|
log_cli = true
|
||
|
log_cli_level = "warn"
|
||
|
|
||
|
[tool.black]
|
||
|
line-length = 100
|
||
|
target-version = ['py37', 'py38', 'py39']
|