summaryrefslogtreecommitdiffstats
path: root/hooks.py
Commit message (Expand)AuthorAgeFilesLines
* cleanup: Update codebase to expect Python 3.6Jason R. Coombs2023-10-311-6/+5
* delete Python 2 (object) compatMike Frysinger2023-10-201-1/+1
* hooks: drop support for Python 2Mike Frysinger2023-10-131-60/+3
* Format codebase with black and check formatting in CQGavin Mak2023-03-221-468/+520
* drop pyversion & is_python3 checkingMike Frysinger2021-01-061-10/+1
* strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-061-2/+0
* Concentrate the RepoHook knowledge in the RepoHook classRemy Bohmer2020-11-231-28/+117
* Move RepoHook class from project.py file to dedicated fileRemy Bohmer2020-11-031-0/+431