File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Version 2024.01.24:
2+
3+ Updates:
4+ * Stop doing suboptimal line number adjustment for 3.10/3.11 consistency.
5+
6+ Bug fixes:
7+ * Fix a couple of --none-is-not-bool issues.
8+ * --bind-decorated-methods: Don't treat SimpleFunction as a full-fledged method.
9+ * Fix bad matching of typing.Self against other TypeVars.
10+ * Don't do attr-demangling on non-attr classes.
11+ * Fix interaction between signature compatibility checks and typing.Self.
12+ * Fix [invalid-function-definition] error caused by ignoring
13+ dataclasses.KW_ONLY.
14+ * Report an error when a TypedDict key has an ambiguous type.
15+ * Fix bug caused by bad ParameterizedClass hashing.
16+ * Make sure we consistently use the same `dict` class for types.
17+ * Don't raise MissingParameter on keyword-only params when **kwargs is present.
18+
119Version 2024.01.05:
220
321Updates:
Original file line number Diff line number Diff line change 11# pylint: skip-file
2- __version__ = '2024.01.05 '
2+ __version__ = '2024.01.24 '
You can’t perform that action at this time.
0 commit comments