Files
website-v2/pyproject.toml
Greg Newman 34a64a9ee2 🔨 Adding pre-commit
Adds:

* Ruff and a little config in pyproject.toml
* djhtml
* black
* rustywind
2023-04-28 09:25:47 -04:00

8 lines
121 B
TOML

[tool.interrogate]
fail-under = 100
quiet = false
verbose = 2
whitelist-regex = ["test_.*"]
[tool.ruff]
line-length = 88