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,
".mypy_cache": true
},
"python.linting.flake8Enabled": true,
"python.linting.mypyEnabled": false,
"python.linting.pylintEnabled": false,
"python.linting.flake8Args": [
"flake8.args": [
"--max-line-length=120"
]
}