Move coverage config into pyproject.toml

This commit is contained in:
Ross McFarland
2024-03-21 14:28:51 -07:00
parent 5585754fc3
commit 41d5813311
2 changed files with 3 additions and 2 deletions
-2
View File
@@ -1,2 +0,0 @@
[run]
omit = octodns/cmds/*
+3
View File
@@ -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"