From aa63dd8fc403640b4685de14d1b5c5331aac9cea Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 27 Jun 2026 10:50:40 -0700 Subject: [PATCH] Tell black we target our least supported version. --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index ad24abec..e031d88c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,6 +105,9 @@ lint.ignore = [ ] lint.exclude = ["tests/*"] +[tool.black] +target-version = ["py310"] + [tool.isort] profile = "black" -- 2.47.3