Skip to content

Commit 37f07c3

Browse files
committed
Update pyproject.toml
1 parent cbe19f5 commit 37f07c3

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ dev-dependencies = [
5252
"build>=1.2.2.post1",
5353
"pyyaml>=6.0.2",
5454
"urllib3>=2.4.0",
55-
"types-tabulate>=0.9.0",
56-
"types-PyYAML>=6.0.12",
5755
]
5856

5957
# Hatchling configuration (replaces setup.cfg)
@@ -111,3 +109,20 @@ exclude_lines = [
111109
# Ruff configuration - exclude autogenerated API code
112110
[tool.ruff]
113111
exclude = ["src/mistapi/api/**/*.py"]
112+
113+
[tool.bandit]
114+
targets = ["src"]
115+
exclude_dirs = ["tests"]
116+
117+
118+
[tool.pylic]
119+
safe_licenses = [
120+
"Apache-2.0",
121+
"MIT License",
122+
"MIT",
123+
"PSF-2.0",
124+
"BSD License",
125+
"BSD-2-Clause",
126+
"BSD-3-Clause",
127+
"ISC License (ISCL)",
128+
]

0 commit comments

Comments
 (0)