Hacker News new | past | comments | ask | show | jobs | submit login

Except your usual configuration don't necessarily work for your pre-commit hooks. A prime example is mypy.



Sure it can. The pre-commit tool is just a framework for running multiple hooks at commit time against just the files which are modified in that commit. You can configure those hooks however you want.

You also don't have to run the hooks at pre-commit time. Just don't hook pre-commit into your checkout. The pre-commit tool can also be configured to run its checks at a different stages than, well, the pre-commit stage:

https://pre-commit.com/#top_level-default_stages




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: