Marc Mueller
Marc Mueller
> Rather than catching all patterns like len(x) > 0 → x, should we focus only on the most obviously redundant cases (like len(x) == 0 → not x) while...
This seems like a two part issue: 1. `args_good_one.encoding` is inferred as ``. It should have been a `Const` (string) node with value `wb`. Likely an issue in the dataclass...
I just removed the milestone here. The crash was fixed with #5332 (closed #5266 for it). Should we leave this open for the dataclass inference issue?
> The reasoning was [#3853 (comment)](https://github.com/pylint-dev/pylint/issues/3853#issuecomment-697944756) > > (But the previous comment about mypy --strict has 3 time more upvote). Not sure I agree with it. Adding type annotations only...
Initial support added in #2793 and released as part of `4.0.0b2`. #### Open issues - Additional tests for the `as_string()` logic. The basics work but there might be a lot...
Note that the old `project.license.text` field never worked as intended. The license text was just silently discarded. From that perspective I believe it makes a lot of sense to now...
Hey @pradyunsg, we would like to use this feature for the mypy docs. Would you mind taking a look? I've also opened #49 to update the project metadata and fix...
@pradyunsg Believe I addressed your comments above. Please let me know if I missed anything.
Anything else I can do here?
@pradyunsg Sorry do bother you again here. Anything thing I do can to help get this one over the finish line? Would be awesome to use it for the mypy...