We should try to avoid specifying black target versions. Black detects them automatically based on the project's metadata.
By default, Black will infer target versions from the project metadata in
pyproject.toml, specifically the [project.requires-python] field. If this does not yield conclusive
results, Black will use per-file auto-detection.
We should try to avoid specifying black target versions. Black detects them automatically based on the project's metadata.
See https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html#t-target-version