python-escpos/pyproject.toml
2023-08-14 03:16:36 +02:00

14 lines
188 B
TOML

[tool.black]
extend-exclude = 'capabilities-data'
[tool.isort]
profile = "black"
[tool.pytest.ini_options]
minversion = "6.0"
addopts = "--doctest-modules"
testpaths =
test
src