lkjdsalkjdsalkjdsalkjdsalkj
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user