VSCode settings have changed

This commit is contained in:
Johannes Schriewer 2023-12-26 01:20:16 +01:00
parent be2f277eb3
commit c049512b6a

View file

@ -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"
] ]
} }