From 62c27227fc7085dc12227952c158df7936c7c0ec Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Mon, 6 Mar 2023 14:30:35 -0300 Subject: [PATCH] turn warnings into errors --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index 643fbdb..cea376c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -68,6 +68,10 @@ addopts = # --verbose # --doctest-modules # --pep8 +filterwarnings = + error + ignore::UserWarning + ignore::RuntimeWarning norecursedirs = .*