|
|
@ -3,6 +3,9 @@ line-length=80 |
|
|
skip-string-normalization=true |
|
|
skip-string-normalization=true |
|
|
skip-magic-trailing-comma=true |
|
|
skip-magic-trailing-comma=true |
|
|
|
|
|
|
|
|
|
|
|
[tool.coverage.run] |
|
|
|
|
|
omit=["octodns/cmds/*"] |
|
|
|
|
|
|
|
|
[tool.isort] |
|
|
[tool.isort] |
|
|
profile = "black" |
|
|
profile = "black" |
|
|
known_first_party="octodns" |
|
|
known_first_party="octodns" |
|
|
|