Skip to content

Commit ecb32f7

Browse files
committed
update pyproject.toml
1 parent 7ace2ff commit ecb32f7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,13 @@ reportGeneralTypeIssues = "none"
123123
reportTypedDictNotRequiredAccess = "none"
124124

125125
[tool.pylic]
126-
safe_licenses = ["MIT License", "BSD License", "Apache Software License"]
126+
safe_licenses = [
127+
"MIT",
128+
"BSD-2-Clause",
129+
"Apache-2.0",
130+
"ISC",
131+
"Python-2.0"
132+
]
127133

128134
[tool.vulture]
129135
ignore_decorators = ["@helper.*"]

0 commit comments

Comments
 (0)