initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
||||
|
||||
import os
|
||||
|
||||
|
||||
def get_hook_dirs() -> list[str]:
|
||||
return [os.path.dirname(__file__)]
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
||||
|
||||
hiddenimports = [
|
||||
"dataclasses",
|
||||
"enum",
|
||||
"uuid",
|
||||
]
|
||||
Reference in New Issue
Block a user