Skip to content

Commit

Permalink
turn warnings into errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Mar 6, 2023
1 parent 2a07b8b commit 62c2722
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ addopts =
# --verbose
# --doctest-modules
# --pep8
filterwarnings =
error
ignore::UserWarning
ignore::RuntimeWarning

norecursedirs =
.*
Expand Down

0 comments on commit 62c2722

Please sign in to comment.