From daefd76a9bcb6f76015d15603c1c8242ae456cab Mon Sep 17 00:00:00 2001 From: Ryan Jung Date: Fri, 10 Jan 2025 12:55:53 -0700 Subject: [PATCH] Fix pyproject.toml --- pyproject.toml | 5 +---- ruff.toml | 2 ++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 72e0d33..57401d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,4 @@ dev = [ "furo", "ruff", "sphinx" -] - -# Always generate Python 3.12-compatible code. -target-version = "py312" +] \ No newline at end of file diff --git a/ruff.toml b/ruff.toml index b20afb0..485e3fa 100644 --- a/ruff.toml +++ b/ruff.toml @@ -11,6 +11,8 @@ exclude = [ "venv", ] +# Always generate Python 3.12-compatible code. +target-version = "py312" [format] quote-style = "single"