summaryrefslogtreecommitdiff
path: root/hooks.py
AgeCommit message (Expand)Author
34 hourshooks: pass yes flag when availableRahul Yadav
2026-04-21Add timing keyword argument for hooksRam Peri
2025-07-28hooks: verify hooks project has worktree before runningv2.57.2Gavin Mak
2025-07-01sync: support post-sync hook in <repo-hooks>Kenny Cheng
2025-06-06hooks: add internal check for external hook APIMike Frysinger
2023-10-31cleanup: Update codebase to expect Python 3.6Jason R. Coombs
2023-10-20delete Python 2 (object) compatMike Frysinger
2023-10-13hooks: drop support for Python 2Mike Frysinger
2023-03-22Format codebase with black and check formatting in CQGavin Mak
2021-01-06drop pyversion & is_python3 checkingMike Frysinger
2021-01-06strip python2-only coding:utf-8 & print_function settingsMike Frysinger
2020-11-23Concentrate the RepoHook knowledge in the RepoHook classRemy Bohmer
2020-11-03Move RepoHook class from project.py file to dedicated fileRemy Bohmer