Files
website-v2/pyproject.toml
2025-10-22 13:24:26 -07:00

19 lines
227 B
TOML

[tool.interrogate]
fail-under = 100
quiet = false
verbose = 2
whitelist-regex = ["test_.*"]
[tool.ruff]
line-length = 88
target-version = "py313"
[tool.black]
line-length = 88
exclude = '''
/(
\.git
| migrations
)/
'''