You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to ignore class property methods that are defined with @property decorators. Many times these can be self-descriptive and do not follow the get_ regex pattern.
Is your feature request related to a problem?
Your Environment
interrogate version(s) (interrogate --version:
Operating System(s):
Python version(s):
Additional context
I don't believe the existing ignore-regex option covers this use case but I could be wrong.
The text was updated successfully, but these errors were encountered:
Describe the feature you'd like
I would like to be able to ignore class property methods that are defined with
@property
decorators. Many times these can be self-descriptive and do not follow theget_
regex pattern.Is your feature request related to a problem?
Your Environment
interrogate
version(s) (interrogate --version
:Additional context
I don't believe the existing
ignore-regex
option covers this use case but I could be wrong.The text was updated successfully, but these errors were encountered: