From 7b211ecd7b27fe35aae525f55db9691682b40ff6 Mon Sep 17 00:00:00 2001 From: Matthew Kobayashi Date: Fri, 25 Oct 2024 03:33:43 +1000 Subject: [PATCH] fix(deps): Update black to py313 --- yancobat/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yancobat/pyproject.toml b/yancobat/pyproject.toml index 2e038d4..9ffea30 100644 --- a/yancobat/pyproject.toml +++ b/yancobat/pyproject.toml @@ -17,7 +17,7 @@ requires = ["poetry-core==1.9.1"] build-backend = "poetry.core.masonry.api" [tool.black] -target-version = ['py312'] +target-version = ['py313'] line-length = 120 include = '\.pyi?$' exclude = '''