shadow/tests/system/pyproject.toml
Iker Pedrosa e4610acf53 tests: basic configuration
Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
2025-01-10 20:21:07 -06:00

12 lines
203 B
TOML

[[tool.mypy.overrides]]
module = "jc.*"
ignore_missing_imports = true
[tool.isort]
line_length = 119
profile = "black"
add_imports = "from __future__ import annotations"
[tool.black]
line-length = 119