]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Tell black we target our least supported version.
authorBob Halley <halley@dnspython.org>
Sat, 27 Jun 2026 17:50:40 +0000 (10:50 -0700)
committerBob Halley <halley@dnspython.org>
Sat, 27 Jun 2026 17:50:40 +0000 (10:50 -0700)
pyproject.toml

index ad24abecca67f12bd1eda0a59904255137c1852b..e031d88c19f8340c1033c51ba9cba5fdbeddb2e2 100644 (file)
@@ -105,6 +105,9 @@ lint.ignore = [
 ]
 lint.exclude = ["tests/*"]
 
+[tool.black]
+target-version = ["py310"]
+
 [tool.isort]
 profile = "black"