7 lines
144 B
Python
7 lines
144 B
Python
# SPDX-License-Identifier: MIT
|
|
# Copyright (C) 2020 Tobias Gruetzmacher
|
|
import os
|
|
|
|
|
|
def get_hook_dirs():
|
|
return [os.path.dirname(__file__)]
|