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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
116 B
TOML
Raw Normal View History

2023-01-26 11:59:28 +01:00
[tool.ruff]
select = ["E", "F", "I", "W", "Q"]
# Never enforce `E501` (line length violations).
ignore = ["E501"]