Skip to content

Commit cb79868

Browse files
committed
Update vscode settings
1 parent fb73572 commit cb79868

1 file changed

Lines changed: 45 additions & 14 deletions

File tree

.vscode/settings.json

Lines changed: 45 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,37 @@
11
{
22
"cSpell.words": [
3+
"Altium",
4+
"ATMEGA",
35
"CMPN",
46
"EOEX",
57
"EOSTMT",
68
"FSLAX",
79
"gerberx",
10+
"Kicad",
11+
"Linu",
12+
"localzone",
13+
"Luma",
814
"metainformation",
915
"MOMM",
1016
"Obround",
17+
"obrounds",
18+
"Olinu",
1119
"pydantic",
1220
"pygerber",
1321
"pyparsing",
22+
"qualname",
1423
"SOSTMT",
15-
"Ucamco's"
24+
"suppling",
25+
"tzlocal",
26+
"Ucamco's",
27+
"Xino"
1628
],
17-
"python.testing.pytestArgs": ["--log-level=DEBUG", "-s"],
18-
"python.linting.mypyEnabled": true,
29+
"python.testing.pytestArgs": ["--log-level=DEBUG", "-s", "-n", "auto"],
1930
"ruff.enable": true,
2031
"ruff.fixAll": true,
21-
"python.linting.pylintEnabled": false,
22-
"python.linting.flake8Enabled": false,
23-
"python.linting.banditEnabled": false,
24-
"python.linting.lintOnSave": true,
25-
"python.linting.maxNumberOfProblems": 1000,
26-
"python.linting.pycodestyleEnabled": false,
27-
"python.linting.prospectorEnabled": false,
28-
"python.linting.pydocstyleEnabled": false,
29-
"python.linting.pylamaEnabled": false,
3032
"python.analysis.importFormat": "absolute",
3133
"python.analysis.autoFormatStrings": true,
3234
"python.analysis.useLibraryCodeForTypes": true,
33-
"python.formatting.provider": "black",
3435
"emeraldwalk.runonsave": {
3536
/* "commands": [
3637
{
@@ -47,5 +48,35 @@
4748
"source.fixAll": true
4849
},
4950
"editor.formatOnSaveMode": "file",
50-
"editor.formatOnSave": true
51+
"editor.formatOnSave": true,
52+
"python.analysis.autoImportCompletions": true,
53+
"python.analysis.packageIndexDepths": [
54+
{
55+
"name": "pygerber",
56+
"depth": 10
57+
},
58+
{
59+
"name": "matplotlib",
60+
"depth": 2
61+
},
62+
{
63+
"name": "scipy",
64+
"depth": 2
65+
},
66+
{
67+
"name": "django",
68+
"depth": 2
69+
},
70+
{
71+
"name": "flask",
72+
"depth": 2
73+
},
74+
{
75+
"name": "PIL",
76+
"depth": 10
77+
}
78+
],
79+
"mypy-type-checker.importStrategy": "useBundled",
80+
"black-formatter.importStrategy": "fromEnvironment",
81+
"cSpell.ignoreWords": ["RRGGBB", "RRGGBBAA"]
5182
}

0 commit comments

Comments
 (0)