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

9 lines
162 B
TOML

[lint]
ignore = ["E402", "E501", "Q000"]
select = [
"E", # pycodestyle
"W", # pycodestyle
"F", # Pyflakes
"I", # isort
"Q", # flake8-quotes
]