mirror of
https://github.com/deunix-educ/Fail2banMqttActionBanishment.git
synced 2026-08-24 03:11:58 +02:00
First commit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user