mirror of
https://github.com/mtshiba/pylyzer.git
synced 2025-08-04 22:38:02 +00:00

* fix: remove duplicates when checking multiple files * fix: exit 1 when providing invalid file or patterns * wip * keep order of insertion, and works with options or flags in the middle * alphabetical order * remove useless type annotation * return IndexSet directly instead of Vec * remove .clone()
13 lines
No EOL
297 B
JSON
13 lines
No EOL
297 B
JSON
{
|
|
"[python]": {
|
|
"editor.defaultFormatter": "ms-python.black-formatter"
|
|
},
|
|
"python.formatting.provider": "none",
|
|
"[typescript]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "biomejs.biome"
|
|
},
|
|
"cSpell.words": [
|
|
"indexmap"
|
|
]
|
|
} |