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 love the ability to include the numpydoc validations in my pre-commit routine.
Sorry, I got busy and couldn't help with testing.
As I've been implementing the validations as a pre-commit routine I realized I'm having trouble coming up with a pattern to exclude my test files in the "exclude" option in my pyproject.toml.
I want to exclude any object in a "tests" directory from validation.
I've succeeded by doing this in the .pre-commit-config.yaml file (as shown below). But do you have any suggestions on how I get that to work in the pre-commit routine and specify it in the pyproject.toml configuration?
I love the ability to include the
numpydoc
validations in my pre-commit routine.Sorry, I got busy and couldn't help with testing.
As I've been implementing the validations as a pre-commit routine I realized I'm having trouble coming up with a pattern to exclude my test files in the "exclude" option in my pyproject.toml.
I want to exclude any object in a "tests" directory from validation.
I've succeeded by doing this in the .pre-commit-config.yaml file (as shown below). But do you have any suggestions on how I get that to work in the pre-commit routine and specify it in the pyproject.toml configuration?
The text was updated successfully, but these errors were encountered: