"""Functions to process the raw data."""
^
src/home_credit_default_risk/utils/misc/formatting.py:1:1: DAR000: Unexpected exception in darglint: Unsupported section type, Sections.VARIABLES_SECTION
when running the latest darglint release as a pre-commit hook using numpy style. The docstring being highlighted is not the docstring of a function but one at the top of a python script as per D100/D104.
I'm getting exceptions a la
when running the latest darglint release as a pre-commit hook using numpy style. The docstring being highlighted is not the docstring of a function but one at the top of a python script as per D100/D104.