Ryan Peach

Results 131 comments of Ryan Peach

A couple other ideas: * We could enforce this rule if a folders pyproject.toml includes mypy, exclusively * We could not enforce this rule on "packs" since those undergo less...

Sure but I provided a reproducible example and if you run mypy on it you'll get the same error for that import. I'm finding it happens on anything that isn't...

Ok the reason is just as it says, a lot of packages are missing py.typed. We should add that to CICD checking and add them.

The diff is so small! Is this really all that is needed to enable it?

@subramanya1997 Be my guest but I just put in 3 basic PR's so lets try not to code duplicate. One note I don't think we can safely run black or...

https://github.com/Torantulino/Auto-GPT/pull/33

Re: #141 I think if you want to do black or autopep8 you need to do it all at once in one PR as the codeowner and make an announcement....

Re issue tracker, probably Trello or just GitHub Issues. Do we need a separate issue tracker or do we just need to deduplicate issues, tag issues by importance, and make...

https://github.com/Torantulino/Auto-GPT/pull/153

Oh we should also add debug logging, and a pre-commit file to this issue.