aac-chatbot / ruff.toml
shwetangisingh's picture
Code refactor for extensibility
375924d
[lint]
select = ["E", "F", "W", "I", "UP", "B", "SIM"]
ignore = ["E501", "E741", "B905", "SIM105", "SIM117"]
[lint.isort]
known-first-party = ["backend"]
[format]
quote-style = "double"