v2.12.6
Pierre-Sassoulas
released this
05 Sep 17:39
·
974 commits
to main
since this release
-
Fix a crash involving
Uninferable
arguments tonamedtuple()
.Closes pylint-dev/pylint#7375
-
The
dataclass
brain now understands thekw_only
keyword in dataclass decorators.Closes pylint-dev/pylint#7290