Daryl Lim
Add ruff and ty configuration
9cc9bfd
Raw
History Blame
174 Bytes
[environment]
python-version = "3.12"
[rules]
# Third-party libraries without type stubs
unresolved-import = "warn"
unresolved-attribute = "warn"
call-non-callable = "warn"