"GL01",# Expects text to be on the line after the opening quotes but that is in direct opposition of the sphinx recommendations and conflicts with other pre-commit hooks.
"GL08",# Causes issues if we don't have a docstring at the top of the file. Disabling this might fail to catch actual missing docstrings.
"PR04",# numpydoc does not currently support PEP484 typehints, which we are using
"RT03",# Since sphinx is unable to understand type annotations we need to remove some types from 'Returns', which breaks this check.
"SA01",# We do not use Also sections
"SS06",# Summary will span multiple lines if too long because of reformatting by other hooks.