changed to github deployment for the first version.

This commit is contained in:
2025-07-30 19:43:23 -04:00
parent 40c801f053
commit db95a4c1be
10 changed files with 53 additions and 393 deletions

View File

@@ -45,8 +45,6 @@ dev = [
"bandit[toml]>=1.7.0",
"responses>=0.20.0",
"ipython>=8.0.0",
"twine>=4.0.0",
"build>=0.8.0",
]
async = [
"aiohttp>=3.8.0",
@@ -156,6 +154,9 @@ exclude_lines = [
"if TYPE_CHECKING:",
]
[tool.coverage.html]
directory = "tests/htmlcov"
[tool.bandit]
exclude_dirs = ["tests"]
skips = ["B101"] # Skip assert_used test