Switch to pylance linter

This commit is contained in:
Johannes Schriewer 2020-12-16 01:25:09 +01:00
parent 8d4d4bb3ed
commit cb8e289833
No known key found for this signature in database
GPG key ID: 85EB2BC0D45A0F86

View file

@ -10,8 +10,8 @@
".mypy_cache": true
},
"python.linting.flake8Enabled": true,
"python.linting.mypyEnabled": true,
"python.linting.pylintEnabled": true,
"python.linting.mypyEnabled": false,
"python.linting.pylintEnabled": false,
"python.linting.flake8Args": [
"--max-line-length=120"
]