mirror of
https://github.com/deunix-educ/Fail2banMqttActionBanishment.git
synced 2026-08-24 03:11:58 +02:00
25 lines
520 B
JSON
25 lines
520 B
JSON
{
|
|
"include": [
|
|
"generic/fail2ban/action.d",
|
|
"emitter"
|
|
],
|
|
"exclude": [
|
|
"**/__pycache__",
|
|
"**/migrations",
|
|
"emitter/.venv",
|
|
"emitter/staticfiles"
|
|
],
|
|
"venvPath": "emitter",
|
|
"venv": ".venv",
|
|
"executionEnvironments": [
|
|
{
|
|
"root": "emitter"
|
|
}
|
|
],
|
|
"pythonVersion": "3.13",
|
|
"typeCheckingMode": "basic",
|
|
"reportMissingImports": true,
|
|
"reportMissingTypeStubs": false,
|
|
"reportPrivateImportUsage": false
|
|
}
|