black 23.1.0 is now able to infer target version from the project metadata (namely requires-python = ">=3.8") so it's a small opportunity for simplifying config and reducing the number of places where we need to keep track of supported versions
I'm also removing the line-length parameter because it's set to the default value, so it's not doing anything
black 23.1.0 is now able to infer target version from the project metadata (namely
requires-python = ">=3.8"
) so it's a small opportunity for simplifying config and reducing the number of places where we need to keep track of supported versions I'm also removing theline-length
parameter because it's set to the default value, so it's not doing anything