Switch to pylance linter
This commit is contained in:
parent
8d4d4bb3ed
commit
cb8e289833
1 changed files with 2 additions and 2 deletions
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
@ -10,8 +10,8 @@
|
||||||
".mypy_cache": true
|
".mypy_cache": true
|
||||||
},
|
},
|
||||||
"python.linting.flake8Enabled": true,
|
"python.linting.flake8Enabled": true,
|
||||||
"python.linting.mypyEnabled": true,
|
"python.linting.mypyEnabled": false,
|
||||||
"python.linting.pylintEnabled": true,
|
"python.linting.pylintEnabled": false,
|
||||||
"python.linting.flake8Args": [
|
"python.linting.flake8Args": [
|
||||||
"--max-line-length=120"
|
"--max-line-length=120"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue