changed to github deployment for the first version.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user