Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のプロジェクトにはpre-commitフックがあります - 壊れたコードをコミットしないためだけです:
python manage.py test some_app
コマンド プロンプトからは正常に動作しますが、IDE からは動作しません (PyCharm や Aptana Studio 3 ではありません)。
IDE をフックで動作させるには、どのような設定が必要ですか?
更新: PyCharm の最新バージョンを試しました - git フックをサポートしています。