Files
github-octodns/pyproject.toml
T
2024-03-21 14:28:51 -07:00

20 lines
320 B
TOML

[tool.black]
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"
line_length=80
[tool.pytest.ini_options]
filterwarnings = [
'error',
'ignore:.*DEPRECATED.*2.0',
]
pythonpath = "."