Skip to content

Commit 798f005

Browse files
author
Datata1
committed
test: fix ci
1 parent 4d5a48e commit 798f005

File tree

2 files changed

+564
-503
lines changed

2 files changed

+564
-503
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ dev = [
4444
"pytest-asyncio",
4545
"pytest-cov>=6.2.1",
4646
"ruff>=0.11.13",
47+
"bandit>=1.7.0",
4748
]
4849

4950
[tool.commitizen]
@@ -110,7 +111,7 @@ include_namespace_packages = true
110111
directory = "test-results"
111112

112113
[tool.bandit]
113-
targets = ["src/codesphere_sdk/__init__.py"] # add here folders to check
114+
targets = ["src/codesphere"]
114115
exclude_dirs = ["tests", ".venv", ".uv", "examples", "docs", ".github", "scripts"]
115116
skips = ["B101"]
116117

0 commit comments

Comments
 (0)