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
{{ message }}
This repository was archived by the owner on Apr 24, 2024. It is now read-only.
Problem
I tried to add a yaspeller hook to my project to check the documentation (
.mdand.rstfiles).I specified
fileExtensions:but
yaspellerstill checks other files as well (.yaml, .py and etc.)I also try to exclude this files in
excludeFilesbut even this had no effect.
Note: specifying the full path to the file works, but do I really need to add the paths of all the files of my project here? It looks wrong.
Reproduce
You can clone my test repo for reproduce my situation: https://github.com/M1troll/speller
And follow steps below:
pre-commit:.pre-commit-config.yaml: