# ruff.toml

line-length = 88
indent-width = 4

# Scratch notebooks are working material, not project code.
extend-exclude = ["notebooks"]

[lint]
select = ["E", "W", "F", "N"]

[format]
quote-style = "double"
indent-style = "space"
skip-magic-trailing-comma = false
line-ending = "auto"
docstring-code-format = false
