diff --git a/pyproject.toml b/pyproject.toml index 2c25ac0b..842c68d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,6 +86,7 @@ filterwarnings = [ "error", 'ignore:datetime\.datetime\.utcfromtimestamp\(\) is deprecated:DeprecationWarning', # https://github.com/dateutil/dateutil/pull/1285 'ignore:The py23 module has been deprecated and will be removed in a future release:DeprecationWarning', + "ignore:Passing 'N' to ListedColormap is deprecated since:DeprecationWarning", # https://github.com/matplotlib/cmocean/pull/114 ] [tool.mypy]