Skip to content
Snippets Groups Projects
Unverified Commit e2df3ed9 authored by Zaida Zhou's avatar Zaida Zhou Committed by GitHub
Browse files

Ignore the docstring of magic methods (#28)

parent 87512311
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment