Ashley Whetter

Results 98 comments of Ashley Whetter

Apologies for taking so long to get to this. It's been a busy week. I've added the additional test. The CI fail looks unrelated. Maybe there's a flaky test because...

For what you want, you access it through `type_comment_args`. ``` >>> import astroid >>> code = """def embezzle(self, account, funds=1000000, *fake_receipts): ... # type: (str, int, *str) -> None ......

To clarify, the last example in the "BAD" section (`5.1`) is good, correct?

Before we add too many annotations to pylint, will we get more value out of adding annotations to astroid first? From what I understand of transitioning to a typed codebase,...

Sounds good to me. Perhaps we close this once we start getting useful information from mypy, not necessarily when pylint is 100% annotated?

> I'm concerned about how much it deviates from the existing RTTI-based registration For what I understand of the previous conversations on standard library enum support, this has always been...

> Can I ask what you mean by "it"? I think that making the enum_ class look and act like an Enum is the lowest friction way.

I'm in need of this feature so I'm looking to implement it but I need to nail down a few details first. Mainly where should I look for configuration files...

I agree that multiple `--rcfile` flags isn't a great option so I'm happy to drop that. I don't like the idea of always needing complete rcfiles. My main motivation for...