[tool.ruff]
line-length = 132
# Ignore global imports that aren't at the top of a file
ignore = ["E402"]

[tool.ruff.per-file-ignores]
# Ignore set-but-not-used in __init__.py files
"__init__.py" = ["F401"]