Skip to content

Commit 4a6de0f

Browse files
committed
Mark "werkzeug" as allowed unused for dep-checker
1 parent e81f907 commit 4a6de0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ no_implicit_optional = true
6565
show_error_codes = true
6666

6767
[tool.dep_checker]
68-
allowed_unused = [ "gunicorn", "pygments",]
68+
allowed_unused = [ "gunicorn", "pygments", "werkzeug",]
6969

7070
[tool.snippet-fmt]
7171
directives = [ "code-block",]

0 commit comments

Comments
 (0)