dotfiles/ruff/.config/ruff/pyproject.toml

7 lines
116 B
TOML

[tool.ruff]
select = ["E", "F", "I", "W", "Q"]
# Never enforce `E501` (line length violations).
ignore = ["E501"]