pydiffchecker/.vscode/settings.json
2023-09-14 11:34:31 +02:00

7 lines
163 B
JSON

{
"python.linting.mypyEnabled": true,
"python.linting.pylintEnabled": true,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true
}