diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d70bbadb76e059a268b5908960dc33e38522645f..0914063ebb59cdc19b929a8c760f02369670e3c1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,4 +24,4 @@ jobs: - name: Check docstring coverage run: | pip install interrogate - interrogate -v --ignore-init-method --ignore-module --ignore-nested-functions --ignore-regex "__repr__" --fail-under 95 mmengine + interrogate -v --ignore-init-method --ignore-magic --ignore-module --ignore-nested-functions --ignore-regex "__repr__" --fail-under 95 mmengine