Skip to content

Commit 0f6dfe0

Browse files
committed
revert black target to py312 for dev environment
1 parent 9c93d94 commit 0f6dfe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ requires = ["poetry-core"]
2626
build-backend = "poetry.core.masonry.api"
2727

2828
[tool.black]
29-
target-version = ["py310"]
29+
target-version = ["py312"]
3030
extend-exclude = "(/dist|/.venv|/venv|/env|/build)/"
3131

3232
[tool.isort]

0 commit comments

Comments
 (0)