We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe19f5 commit 37f07c3Copy full SHA for 37f07c3
1 file changed
pyproject.toml
@@ -52,8 +52,6 @@ dev-dependencies = [
52
"build>=1.2.2.post1",
53
"pyyaml>=6.0.2",
54
"urllib3>=2.4.0",
55
- "types-tabulate>=0.9.0",
56
- "types-PyYAML>=6.0.12",
57
]
58
59
# Hatchling configuration (replaces setup.cfg)
@@ -111,3 +109,20 @@ exclude_lines = [
111
109
# Ruff configuration - exclude autogenerated API code
112
110
[tool.ruff]
113
exclude = ["src/mistapi/api/**/*.py"]
+
+[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