Skip to content

Commit

Permalink
Sure mypy finds the package properly
Browse files Browse the repository at this point in the history
  • Loading branch information
RealOrangeOne committed Sep 1, 2024
1 parent 3e7f5e3 commit 15bfe90
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/typing/check
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
if [ -z "$MYPY" ]; then
MYPY=mypy
fi
exec "$MYPY" src
exec "$MYPY" src/
Empty file added src/sr/__init__.pyi
Empty file.
Empty file added src/sr/discord_bot/py.typed
Empty file.

0 comments on commit 15bfe90

Please sign in to comment.