Closed cclauss closed 1 year ago
As part of this we probably need to add try/except
or Python-version triage in our code to use tomllib
for 3.11 as well. Until then I think we do in practice require tomli
, even on 3.11. So we should wait for the PR to add tomllib
+ 3.11 support in codespell before merging this I think
Closed in favor of #60
codespell
's latest release adds support for reading its configuration frompyproject.toml
iftomli
ortomllib
are present. The latter is in the Standard Library of Python >= 3.11.