lkjdsalkjdsalkjdsalkjdsalkj

This commit is contained in:
2025-03-23 01:50:19 +01:00
parent c8fd5482d6
commit 9724df6b10
2 changed files with 16 additions and 3 deletions
+13
View File
@@ -95,6 +95,7 @@
"nix": true,
"proto": true,
"pylsp": true,
"ruff": true,
"scala": true,
"toml": true,
"typos": true,
@@ -166,6 +167,18 @@
// "yapf": { "enabled": false }
// }
// },
"ruff": {
"initialization_options": {
"settings": {
// "lineLength": 120,
"showSyntaxErrors": true,
"lint": {
"select": ["ALL"]
// "ignore": ["D", "S101"]
}
}
}
},
"typos": {
"initialization_options": {
// bundled binary is dynamically linked