Files
infrastructure/discord-bot/.vscode/settings.json
2024-12-30 11:42:12 -07:00

7 lines
197 B
JSON

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