Files
github-octodns/pyproject.toml
2023-01-22 13:56:13 -08:00

13 lines
209 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]
pythonpath = "."