deoversimplify
This commit is contained in:
parent
41943115ba
commit
5932aac00d
31 changed files with 498 additions and 517 deletions
13
.vscode/settings.json
vendored
Normal file
13
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"[python]": {
|
||||
"editor.formatOnSave": true,
|
||||
"editor.defaultFormatter": "charliermarsh.ruff",
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.organizeImports.ruff": "always"
|
||||
},
|
||||
},
|
||||
"ruff.configurationPreference": "filesystemFirst",
|
||||
"ruff.lineLength": 110,
|
||||
"ruff.lint.select": ["ALL"],
|
||||
"ruff.lint.ignore": ["E501"],
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue