diff --git a/pyproject.toml b/pyproject.toml index 6f975843..cdc0ef1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,12 +95,13 @@ markers = [ asyncio_mode = "auto" [tool.ruff] -select = ["E", "W", "F", "UP", "C", "T", "PYI", "PT", "Q"] -ignore = ["E402", "C901", "PT023"] - line-length = 120 target-version = "py310" +[tool.ruff.lint] +select = ["E", "W", "F", "UP", "C", "T", "PYI", "PT", "Q"] +ignore = ["E402", "C901", "PT023"] + [tool.black] line-length = 120 preview = true