[tool.black]
line-length = 140
[tool.ruff]
# Allow lines to be as long as 120.
indent-width = 4
[tool.ruff.lint]
ignore = ["F401","F403","F405","E402"]