Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions hatch_rs/hooks.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
from typing import Type

from hatchling.plugin import hookimpl

from .plugin import HatchRustBuildHook


@hookimpl
def hatch_register_build_hook() -> Type[HatchRustBuildHook]:
def hatch_register_build_hook() -> type[HatchRustBuildHook]:
return HatchRustBuildHook
Loading
Loading