How is it possible to use raw_input() in a Python Git hook?

后端 未结 2 658
面向向阳花
面向向阳花 2020-12-30 04:55

I am writing a pre-commit hook for Git that runs pyflakes and checks for tabs and trailing spaces in the modified files (code on Github). I would like to make it possible to

2条回答
提交回复
热议问题