Skip to content

Commit c45bfff

Browse files
author
zhenwei-li
committed
the settings upgrade
1 parent 2842ac0 commit c45bfff

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.vscode/settings.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,18 @@
6666
"python.pythonPath": "venv2/bin/python",
6767
"python.formatting.provider": "yapf",
6868
"python.formatting.yapfArgs": [
69-
"--style", "{based_on_style: pep8 ,indent_width: 4}",
70-
"--ignore=E251",
69+
"--style", "{based_on_style: pep8 ,indent_width: 4, column_limit: 130}",
7170
],
7271
"python.languageServer": "Jedi",
7372
// "python.languageServer": "Microsoft",
7473
// "python.languageServer": "Pylance",
7574
"python.linting.enabled": true,
7675
"python.linting.flake8Enabled": true,
77-
"python.linting.flake8Args": ["--max-line-length=250", "--verbose"],
76+
"python.linting.flake8Args": [
77+
"--max-line-length=250",
78+
"--ignore=E251",
79+
"--verbose",
80+
],
7881
"python.linting.ignorePatterns": [".vscode/*.py", "**/site-packages/**/*.py"],
7982
"python.linting.lintOnSave": true,
8083
"python.linting.pylintEnabled": false,

0 commit comments

Comments
 (0)