Changed the py_version under [tool.pysen.lint] from "py38" to "py39".
Ran pysen generate . to regenerate the pysen config. This updates the linter configuration settings that each integrated development environment (IDE) reads.
Executed make format to reapply the formatter according to the new configuration. No errors were detected in the linter (mypy/flake8).
The following tasks have been performed:
py_version
under[tool.pysen.lint]
from"py38"
to"py39"
.pysen generate .
to regenerate the pysen config. This updates the linter configuration settings that each integrated development environment (IDE) reads.make format
to reapply the formatter according to the new configuration. No errors were detected in the linter (mypy/flake8).