[flake8] max-line-length = 88 exclude = seaborn/cm.py,seaborn/external ignore = E741,F522,W503 [mypy] # Currently this ignores pandas and matplotlib # We may want to make custom stub files for the parts we use # I have found the available third party stubs to be less # complete than they would need to be useful ignore_missing_imports = True [coverage:run] omit = seaborn/widgets.py seaborn/external/* seaborn/colors/* seaborn/cm.py seaborn/conftest.py [coverage:report] exclude_lines = pragma: no cover if TYPE_CHECKING: raise NotImplementedError