robosats/pyproject.toml
2023-11-14 13:54:51 +00:00

11 lines
217 B
TOML

[tool.isort]
profile = "black"
[tool.coverage.run]
omit = [
# omit grpc proto from coverage reports
"api/lightning/*pb2*",
# omit test and mocks from coverage reports
"tests/*",
"manage.py",
]