mirror of
https://github.com/open-mmlab/mmengine.git
synced 2025-06-03 21:54:44 +08:00
Ignore the docstring of magic methods (#28)
This commit is contained in:
parent
8751231103
commit
e2df3ed9fe
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user