|
1 | 1 | { |
2 | | - "json.schemas": [ |
3 | | - { |
4 | | - "fileMatch": [ |
5 | | - "/style/colors/*" |
6 | | - ], |
7 | | - "url": "/style/colors/validate.json" |
8 | | - } |
9 | | - ], |
10 | | - "python.testing.pytestEnabled": true, |
11 | | - "python.linting.flake8Path": "${workspaceFolder}/.venv/bin/pflake8", |
12 | | - "files.exclude": { |
13 | | - "**/.git": true, |
14 | | - "**/.svn": true, |
15 | | - "**/.hg": true, |
16 | | - "**/CVS": true, |
17 | | - "**/.DS_Store": true, |
18 | | - "**/Thumbs.db": true, |
19 | | - "**/.pytest_cache": true, |
20 | | - "**/__pycache__": true, |
21 | | - "**/.coverage": true, |
22 | | - "**/coverage.xml": true |
23 | | - }, |
24 | | - "cSpell.words": [ |
25 | | - "AARRGGBB", |
26 | | - "absolufy", |
27 | | - "argb", |
28 | | - "backticks", |
29 | | - "cmpfiles", |
30 | | - "codecov", |
31 | | - "cxfreeze", |
32 | | - "darkdetect", |
33 | | - "docstrings", |
34 | | - "Duquesnoy", |
35 | | - "filecmp", |
36 | | - "icccm", |
37 | | - "isort", |
38 | | - "keysyms", |
39 | | - "libegl", |
40 | | - "libopengl", |
41 | | - "libxcb", |
42 | | - "libxkbcommon", |
43 | | - "libyaml", |
44 | | - "linebreak", |
45 | | - "maxdepth", |
46 | | - "ncipollo", |
47 | | - "pflake", |
48 | | - "pformat", |
49 | | - "Pixmaps", |
50 | | - "pydata", |
51 | | - "pyinstaller", |
52 | | - "pypi", |
53 | | - "pyproject", |
54 | | - "pyqt", |
55 | | - "pyqtdarktheme", |
56 | | - "pyqtgraph", |
57 | | - "pyright", |
58 | | - "pyside", |
59 | | - "pytest", |
60 | | - "pytestqt", |
61 | | - "PYTHONIOENCODING", |
62 | | - "pyupgrade", |
63 | | - "qdarktheme", |
64 | | - "QLCD", |
65 | | - "qproperty", |
66 | | - "qresource", |
67 | | - "qtbot", |
68 | | - "qtpy", |
69 | | - "randr", |
70 | | - "RRGGBB", |
71 | | - "RRGGBBAA", |
72 | | - "snok", |
73 | | - "stylesheet", |
74 | | - "testpypi", |
75 | | - "venv", |
76 | | - "virtualenvs", |
77 | | - "xinerama", |
78 | | - "yesqa" |
79 | | - ], |
80 | | - "python.linting.flake8Enabled": true, |
81 | | - "python.formatting.provider": "black", |
82 | | - "esbonio.sphinx.confDir": "${workspaceFolder}/docs/source", |
83 | | - "restructuredtext.linter.rstcheck.executablePath": "rstcheck", |
84 | | - "svg.preview.background": "dark-transparent" |
| 2 | + "json.schemas": [ |
| 3 | + { |
| 4 | + "fileMatch": [ |
| 5 | + "/style/colors/*" |
| 6 | + ], |
| 7 | + "url": "/style/colors/validate.json" |
| 8 | + } |
| 9 | + ], |
| 10 | + "python.testing.pytestEnabled": true, |
| 11 | + "python.linting.flake8Path": "${workspaceFolder}/.venv/bin/pflake8", |
| 12 | + "files.exclude": { |
| 13 | + "**/.git": true, |
| 14 | + "**/.svn": true, |
| 15 | + "**/.hg": true, |
| 16 | + "**/CVS": true, |
| 17 | + "**/.DS_Store": true, |
| 18 | + "**/Thumbs.db": true, |
| 19 | + "**/.pytest_cache": true, |
| 20 | + "**/__pycache__": true, |
| 21 | + "**/.coverage": true, |
| 22 | + "**/coverage.xml": true |
| 23 | + }, |
| 24 | + "cSpell.words": [ |
| 25 | + "AARRGGBB", |
| 26 | + "absolufy", |
| 27 | + "argb", |
| 28 | + "autofix", |
| 29 | + "backticks", |
| 30 | + "cmpfiles", |
| 31 | + "codecov", |
| 32 | + "cxfreeze", |
| 33 | + "darkdetect", |
| 34 | + "docstrings", |
| 35 | + "Duquesnoy", |
| 36 | + "filecmp", |
| 37 | + "icccm", |
| 38 | + "isort", |
| 39 | + "jsonschema", |
| 40 | + "keysyms", |
| 41 | + "libegl", |
| 42 | + "libopengl", |
| 43 | + "libxcb", |
| 44 | + "libxkbcommon", |
| 45 | + "libyaml", |
| 46 | + "linebreak", |
| 47 | + "markdownlint", |
| 48 | + "maxdepth", |
| 49 | + "ncipollo", |
| 50 | + "pflake", |
| 51 | + "pformat", |
| 52 | + "pipx", |
| 53 | + "Pixmaps", |
| 54 | + "pydata", |
| 55 | + "pyinstaller", |
| 56 | + "pypi", |
| 57 | + "pyproject", |
| 58 | + "pyqt", |
| 59 | + "pyqtdarktheme", |
| 60 | + "pyqtgraph", |
| 61 | + "pyright", |
| 62 | + "pyside", |
| 63 | + "pytest", |
| 64 | + "pytestqt", |
| 65 | + "PYTHONIOENCODING", |
| 66 | + "pyupgrade", |
| 67 | + "qdarktheme", |
| 68 | + "QLCD", |
| 69 | + "qproperty", |
| 70 | + "qresource", |
| 71 | + "qtbot", |
| 72 | + "qtpy", |
| 73 | + "randr", |
| 74 | + "RRGGBB", |
| 75 | + "RRGGBBAA", |
| 76 | + "schemafile", |
| 77 | + "snok", |
| 78 | + "stylesheet", |
| 79 | + "testpypi", |
| 80 | + "venv", |
| 81 | + "virtualenvs", |
| 82 | + "xinerama", |
| 83 | + "yesqa" |
| 84 | + ], |
| 85 | + "python.linting.flake8Enabled": true, |
| 86 | + "python.formatting.provider": "black", |
| 87 | + "esbonio.sphinx.confDir": "${workspaceFolder}/docs/source", |
| 88 | + "restructuredtext.linter.rstcheck.executablePath": "rstcheck", |
| 89 | + "svg.preview.background": "dark-transparent" |
85 | 90 | } |
0 commit comments