Skip to content

Commit 25daed0

Browse files
author
Torax team
committed
Merge pull request #1346 from google-deepmind:update-vscode-settings
PiperOrigin-RevId: 778930454
2 parents 6c98186 + a0682cc commit 25daed0

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.vscode/extensions.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"recommendations": [
3-
"ms-python.black-formatter"
4-
]
2+
"recommendations": [
3+
"ms-python.black-formatter",
4+
"ms-python.pylint"
5+
]
56
}

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,14 @@
66
".pylintrc": "ini"
77
},
88
"python.testing.unittestEnabled": false,
9-
"python.testing.nosetestsEnabled": false,
109
"python.testing.pytestEnabled": true,
11-
"python.linting.pylintUseMinimalCheckers": false,
1210
"[python]": {
1311
"editor.rulers": [80],
1412
"editor.tabSize": 2,
1513
"editor.defaultFormatter": "ms-python.black-formatter",
1614
"editor.formatOnSave": true,
1715
"editor.detectIndentation": false
1816
},
19-
"python.formatting.provider": "none",
2017
"black-formatter.path": ["pyink"],
2118
"files.watcherExclude": {
2219
"**/.git/**": true

0 commit comments

Comments
 (0)