-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Add ability to use as stand-alone pre-commit hook #18
Conversation
Hi @s-weigand , thank you so much for creating this PR! I added some comments, and merged in the latest changes in You mentioned that you'd like to use pydoclint as a standalone hook rather than with If you'd like to have both (pydoclint + ability to do in-line omission), here's a trick: create an environment with just |
Hi @s-weigand , thanks again! I'm merging this PR as "fixed". |
Hey thanks for the cool project ❤️
Since I want to replace
darglint
in mypre-commit
configs with your project (so tired of waiting on docs to lint) it would be nice to integrate it as a stand-alone hook rather than adding it toflake8
(my current workaround).Especially since I want to replace
flake8
withruff
anyway anddarglint
was the last big blocker.