added pyrefly config

This commit is contained in:
Oliver Hartmann
2025-09-10 08:16:16 +00:00
parent d209a0fb4a
commit 4b30405afb

7
after/lsp/pyrefly.lua Normal file
View File

@@ -0,0 +1,7 @@
return {
settings = {
pyrefly = {
displayTypeErrors = 'force-on',
},
},
}