mirror of
https://github.com/boostorg/website-v2.git
synced 2026-02-26 17:22:09 +00:00
8 lines
121 B
TOML
8 lines
121 B
TOML
[tool.interrogate]
|
|
fail-under = 100
|
|
quiet = false
|
|
verbose = 2
|
|
whitelist-regex = ["test_.*"]
|
|
[tool.ruff]
|
|
line-length = 88
|