mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Move coverage config into pyproject.toml
This commit is contained in:
@ -1,2 +0,0 @@
|
||||
[run]
|
||||
omit = octodns/cmds/*
|
@ -3,6 +3,9 @@ line-length=80
|
||||
skip-string-normalization=true
|
||||
skip-magic-trailing-comma=true
|
||||
|
||||
[tool.coverage.run]
|
||||
omit=["octodns/cmds/*"]
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
known_first_party="octodns"
|
||||
|
Reference in New Issue
Block a user