vuln alerts from arch-audit

This commit is contained in:
Alex 2024-08-11 13:20:55 +03:00
parent 56ebed516e
commit de0ce7d3b0
6 changed files with 153 additions and 11 deletions

11
.vscode/settings.json vendored
View file

@ -12,5 +12,14 @@
],
"black-formatter.args": [
"--line-length=120"
]
],
"python.testing.unittestArgs": [
"-v",
"-s",
"./tests",
"-p",
"test_*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
}