Files
lazy_config/.ruff.toml
2024-08-26 00:03:29 -04:00

15 lines
189 B
TOML

[tool.ruff.lint]
select = [
# pycodestyle
"E",
# Pyflakes
"F",
# pyupgrade
"UP",
# flake8-bugbear
"B",
# flake8-simplify
"SIM",
# isort
"I",