Skip to content

Commit 1fcb11b

Browse files
committed
Change linter for Python in VSCode
1 parent 3adebb6 commit 1fcb11b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.vscode/settings.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"python.linting.enabled": true,
3+
"python.linting.flake8Enabled": true,
4+
"python.linting.pylintEnabled": false
5+
}

0 commit comments

Comments
 (0)