]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Fix typo in pyproject.toml (#1228)
authorJakob Schlyter <jakob@kirei.se>
Fri, 26 Sep 2025 15:14:45 +0000 (17:14 +0200)
committerGitHub <noreply@github.com>
Fri, 26 Sep 2025 15:14:45 +0000 (08:14 -0700)
pyproject.toml

index 7c35048d9a68dae457494807ab0f393430351e53..b08eacdbef41cec4aa7485065400e0efd6cd6fb3 100644 (file)
@@ -40,7 +40,7 @@ dev = [
     "pytest>=8.4",
     "pytest-cov>=6.2.0",
     "quart-trio>=0.12.0",
-    "ruff>=0.13.2"
+    "ruff>=0.13.2",
     "sphinx>=8.2.0 ; python_version >= '3.11'",
     "sphinx-rtd-theme>=3.0.0 ; python_full_version >= '3.11'",
     "twine>=6.1.0",