mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 19:06:26 +00:00
11 lines
217 B
TOML
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",
|
|
] |