From d3a032320c70032a4f896433a26a80a0172db748 Mon Sep 17 00:00:00 2001 From: Jakub Miazek Date: Fri, 5 Apr 2024 13:04:47 +0200 Subject: [PATCH] typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3880ec1..edcb960 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ lint.ignore = ["E501"] # Exclude a variety of commonly ignored directories. exclude = ["alembic",] -# Assume Python 3.11. +# Assume Python 3.12 target-version = "py312" [tool.ruff.lint.flake8-quotes]