rogerxavier's picture
Upload 258 files
0aee47a verified
raw
history blame contribute delete
No virus
132 Bytes
import os
from typing import List
def get_hook_dirs() -> List[str]:
return [os.path.abspath(os.path.dirname(__file__))]