import os
from typing import List


def get_hook_dirs() -> List[str]:
    return [os.path.abspath(os.path.dirname(__file__))]