feat: guarddog-nexus — webhook-based PyPI scanner with web UI

This commit is contained in:
Marker689
2026-05-09 04:48:10 +03:00
parent bdcc82807d
commit 4ce99d3c85
32 changed files with 1865 additions and 0 deletions

View File

@@ -37,6 +37,10 @@ target-version = "py310"
line-length = 100
select = ["E", "F", "I", "W"]
[tool.ruff.lint]
select = ["E", "F", "I", "W"]
ignore = ["E712"]
[tool.ruff.lint.isort]
known-first-party = ["guarddog_nexus"]