Skip to content

Commit 163979b

Browse files
python linter settings
1 parent 52f2a2d commit 163979b

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

LeNet/pyTorch/.vscode/settings.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"python.pythonPath": "/home/sk/etc/miniconda/envs/cv/bin/python",
3+
"python.linting.pylintEnabled": false,
4+
"python.linting.flake8Enabled": true,
5+
"python.linting.enabled": true,
6+
"cSpell.words": [
7+
"MNIST",
8+
"unsqueeze"
9+
]
10+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"python.pythonPath": "/home/sk/etc/miniconda/envs/cv/bin/python",
3+
"cSpell.words": [
4+
"MNIST"
5+
],
6+
"python.linting.pylintEnabled": false,
7+
"python.linting.flake8Enabled": true,
8+
"python.linting.enabled": true
9+
}

0 commit comments

Comments
 (0)