Skip to content

Commit 7578487

Browse files
committed
reenable warning
1 parent 7247b8a commit 7578487

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bindings/python/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ testpaths = ["test"]
101101
log_cli_level = "INFO"
102102
faulthandler_timeout = 1500
103103
xfail_strict = true
104-
# filterwarnings = [
105-
# "error",
106-
# ]
104+
filterwarnings = [
105+
"error",
106+
]
107107

108108
[tool.ruff]
109109
line-length = 100

0 commit comments

Comments
 (0)