VSCode settings have changed
This commit is contained in:
parent
be2f277eb3
commit
c049512b6a
1 changed files with 1 additions and 4 deletions
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
@ -9,10 +9,7 @@
|
||||||
"**/__pycache__": true,
|
"**/__pycache__": true,
|
||||||
".mypy_cache": true
|
".mypy_cache": true
|
||||||
},
|
},
|
||||||
"python.linting.flake8Enabled": true,
|
"flake8.args": [
|
||||||
"python.linting.mypyEnabled": false,
|
|
||||||
"python.linting.pylintEnabled": false,
|
|
||||||
"python.linting.flake8Args": [
|
|
||||||
"--max-line-length=120"
|
"--max-line-length=120"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue