From c3c534fff3c36043a1043596565031a11d555529 Mon Sep 17 00:00:00 2001 From: Toasterkitten Date: Mon, 22 Jun 2026 17:52:43 -0400 Subject: [PATCH] dep stuff --- .python-version | 2 +- pyproject.toml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.python-version b/.python-version index e4fba21..24ee5b1 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.12 +3.13 diff --git a/pyproject.toml b/pyproject.toml index e8c8c95..b6782a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,3 +11,9 @@ dev = [ "pytest>=9.1.1", "ruff>=0.15.18", ] + +[tool.ruff] +target-version = "py313" + +[tool.ruff.lint] +extend-select = ["E", "F", "I", "UP", "B", "SIM"] \ No newline at end of file