1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00
Files
github-octodns/pyproject.toml
2023-11-29 13:22:41 -08:00

17 lines
275 B
TOML

[tool.black]
line-length=80
skip-string-normalization=true
skip-magic-trailing-comma=true
[tool.isort]
profile = "black"
known_first_party="octodns"
line_length=80
[tool.pytest.ini_options]
filterwarnings = [
'error',
'ignore:.*DEPRECATED.*2.0',
]
pythonpath = "."