|
1 | 1 | { |
2 | 2 | "cSpell.words": [ |
| 3 | + "Altium", |
| 4 | + "ATMEGA", |
3 | 5 | "CMPN", |
4 | 6 | "EOEX", |
5 | 7 | "EOSTMT", |
6 | 8 | "FSLAX", |
7 | 9 | "gerberx", |
| 10 | + "Kicad", |
| 11 | + "Linu", |
| 12 | + "localzone", |
| 13 | + "Luma", |
8 | 14 | "metainformation", |
9 | 15 | "MOMM", |
10 | 16 | "Obround", |
| 17 | + "obrounds", |
| 18 | + "Olinu", |
11 | 19 | "pydantic", |
12 | 20 | "pygerber", |
13 | 21 | "pyparsing", |
| 22 | + "qualname", |
14 | 23 | "SOSTMT", |
15 | | - "Ucamco's" |
| 24 | + "suppling", |
| 25 | + "tzlocal", |
| 26 | + "Ucamco's", |
| 27 | + "Xino" |
16 | 28 | ], |
17 | | - "python.testing.pytestArgs": ["--log-level=DEBUG", "-s"], |
18 | | - "python.linting.mypyEnabled": true, |
| 29 | + "python.testing.pytestArgs": ["--log-level=DEBUG", "-s", "-n", "auto"], |
19 | 30 | "ruff.enable": true, |
20 | 31 | "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, |
30 | 32 | "python.analysis.importFormat": "absolute", |
31 | 33 | "python.analysis.autoFormatStrings": true, |
32 | 34 | "python.analysis.useLibraryCodeForTypes": true, |
33 | | - "python.formatting.provider": "black", |
34 | 35 | "emeraldwalk.runonsave": { |
35 | 36 | /* "commands": [ |
36 | 37 | { |
|
47 | 48 | "source.fixAll": true |
48 | 49 | }, |
49 | 50 | "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"] |
51 | 82 | } |
0 commit comments