pydiffchecker/.vscode/settings.json

7 lines
163 B
JSON
Raw Normal View History

2023-09-14 02:15:10 +02:00
{
"python.linting.mypyEnabled": true,
"python.linting.pylintEnabled": true,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true
}