Use pre-commit for running git hooks #1900
Answered
by
Kludex
alex-oleshkevich
asked this question in
Ideas
-
Currently we use shell scripts to run test and linters. There is an excellent (and very convenient) tool for this purpose called pre-commit - https://pre-commit.com/ Besides of flake, black, and pytest it supports a large list of built-in linters. Sample config - https://github.com/alex-oleshkevich/starsessions/blob/master/.pre-commit-config.yaml Would you mind to integrate it? |
Beta Was this translation helpful? Give feedback.
Answered by
Kludex
Oct 5, 2022
Replies: 1 comment 2 replies
-
@tomchristie was against it, not sure if he has changed his mind... I'm happy with the tooling we have in place. 🤷♂️ |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
alex-oleshkevich
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@tomchristie was against it, not sure if he has changed his mind...
I'm happy with the tooling we have in place. 🤷♂️