8 lines
179 B
TOML
8 lines
179 B
TOML
[tool.pylint.reports]
|
|
output-format = "colorized"
|
|
|
|
[tool.pytest.ini_options]
|
|
testpaths = ["tests/"]
|
|
addopts = ["--cov=qibotn", "--cov-report=xml"]
|
|
env = ["D:NUMBA_DISABLE_JIT=1"]
|