jepperaskdk / pydoctest

Python docstring signature verification
MIT License
19 stars 3 forks source link

Exclude paths #20

Closed jepperaskdk closed 1 year ago

jepperaskdk commented 3 years ago

Implement exclude_paths. Test with fnmatch so we don't have to glob all exclude files?

Should be implemented in main.discover_modules

hhalaby commented 2 years ago

@jepperaskdk Is there a way to exclude certain functions based on their name, for example, skip functions that start with underscore ?

jepperaskdk commented 1 year ago

0.1.17 adds support for exclude_paths (--exclude-paths in cli). @hhalaby lets track excluding functions, methods, classes in a separate issue. :)