From 12db99f20aedae9682d888be7eb91a54287aaebd Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Thu, 10 Oct 2024 16:18:52 +0200 Subject: [PATCH] remove ruff's target-version --- CHANGELOG.md | 2 ++ pyproject.toml | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03d0feb..45cc279 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [unreleased] -- * Added changelog to docs +* removed ruff's target-version from pyproject.toml, this value defaults to the + projects requires-python ## [2.3.1] -- 2024-07-06 diff --git a/pyproject.toml b/pyproject.toml index 532d2af..c51e644 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,6 @@ addopts = """ [tool.ruff] line-length = 79 -target-version = "py310" [tool.ruff.lint] select = [