Skip to content

Commit c6cae5d

Browse files
committed
ci(pr): install Rust toolchain and run sanity check inside uv environment
1 parent 11278ff commit c6cae5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typeid/base32.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typeid._base32 import encode as _encode_rust, decode as _decode_rust
1+
from typeid._base32 import encode as _encode_rust, decode as _decode_rust # type: ignore
22

33

44
def encode(src: bytes) -> str:

0 commit comments

Comments
 (0)