Skip to content

Commit 60bd130

Browse files
committed
Transform warnings to errors, except self
1 parent 145a837 commit 60bd130

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ use_parentheses = true
123123
addopts = "--cov=flask_mongoengine --cov-config=setup.cfg"
124124
testpaths = ["tests"]
125125
filterwarnings = [
126+
"error",
126127
"ignore::DeprecationWarning:flask_mongoengine",
127128
"ignore::DeprecationWarning:tests",
128129
]

0 commit comments

Comments
 (0)