Skip to content

Commit 8701e7d

Browse files
authored
build: treat warnings as errors (#127)
1 parent 62faf0a commit 8701e7d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[pytest]
2+
filterwarnings =
3+
# treat all warnings as errors
4+
error

0 commit comments

Comments
 (0)