diff --git a/setup.cfg b/setup.cfg index f1aeb6e8..dd4a220e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -80,6 +80,7 @@ filterwarnings = ignore:distutils Version classes are deprecated. Use packaging.version instead:DeprecationWarning ignore:Unknown units for CHANNEL:sunpy.util.exceptions.SunpyUserWarning ignore:.*is deprecated and slated for removal in Python 3:DeprecationWarning + ignore:Something went wrong:DeprecationWarning [isort] line_length = 110