refined-cat-61929
04/16/2024, 2:37 PMpants.toml,
[black]
interpreter_constraints = ["==3.12.*"]
However, black gives us the following error:
Cannot parse: 51:67: f"Database name in config is {database_config["dbname"]}, "
This f-string is fine in 3.12. black must be incorrectly using the wrong version. This seems like a bug, right?refined-cat-61929
04/16/2024, 4:38 PMrefined-addition-53644
04/16/2024, 4:50 PMrefined-cat-61929
04/16/2024, 4:58 PMrefined-addition-53644
04/16/2024, 5:05 PMbroad-processor-92400
04/16/2024, 6:26 PMrefined-cat-61929
04/16/2024, 6:58 PMpants.toml (see above). I don't have a pyproject.toml.broad-processor-92400
04/16/2024, 7:19 PM[black]
…
args = [“--target-version=py312”]broad-processor-92400
04/16/2024, 7:21 PMrefined-cat-61929
04/16/2024, 8:23 PMhappy-kitchen-89482
04/16/2024, 9:28 PM