reframe / ruff.toml
macayaven's picture
feat: initial implementation of the re-frame Cognitive Reframing Assistant, including core functionality, UI components, and localization support. Added .gitignore, configuration files, and initial tests.
27fd523
Raw
History Blame
177 Bytes
line-length = 100
target-version = "py310"
[lint]
select = ["E", "F", "I", "B", "UP"]
ignore = []
[format]
quote-style = "preserve"
indent-style = "space"
line-ending = "lf"