Skip to content

Commit d553cfc

Browse files
committed
Cleanup cSpell skip list
1 parent 3309e53 commit d553cfc

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.vscode/settings.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
"python.testing.pytestEnabled": true,
1111
"files.exclude": {
1212
"**/.git": true,
13-
"**/.svn": true,
14-
"**/.hg": true,
15-
"**/CVS": true,
16-
"**/.DS_Store": true,
17-
"**/Thumbs.db": true,
1813
"**/.pytest_cache": true,
1914
"**/__pycache__": true,
2015
"**/.coverage": true,
@@ -29,28 +24,16 @@
2924
"cmpfiles",
3025
"codecov",
3126
"darkdetect",
32-
"distpath",
3327
"docstrings",
3428
"Duquesnoy",
3529
"filecmp",
36-
"icccm",
3730
"isort",
3831
"jakebailey",
3932
"jsonschema",
40-
"keysyms",
41-
"libegl",
42-
"libopengl",
43-
"libxcb",
44-
"libxkbcommon",
45-
"libyaml",
4633
"linebreak",
4734
"markdownlint",
4835
"maxdepth",
4936
"ncipollo",
50-
"onefile",
51-
"pflake",
52-
"pformat",
53-
"pipx",
5437
"Pixmaps",
5538
"pydata",
5639
"pypi",
@@ -62,14 +45,12 @@
6245
"pyside",
6346
"pytest",
6447
"pytestqt",
65-
"PYTHONIOENCODING",
6648
"pyupgrade",
6749
"qdarktheme",
6850
"QLCD",
6951
"qproperty",
7052
"qtbot",
7153
"qtpy",
72-
"randr",
7354
"RRGGBB",
7455
"RRGGBBAA",
7556
"schemafile",
@@ -78,7 +59,6 @@
7859
"testpypi",
7960
"venv",
8061
"virtualenvs",
81-
"xinerama",
8262
"yesqa"
8363
],
8464
"python.linting.flake8Enabled": true,

0 commit comments

Comments
 (0)