From: Bob Halley Date: Thu, 25 Sep 2025 18:14:12 +0000 (-0700) Subject: add ruff to dev deps X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7232f329bdfca27b1879766d1f107800767b03e7;p=thirdparty%2Fdnspython.git add ruff to dev deps --- diff --git a/pyproject.toml b/pyproject.toml index a2f77ea3..7c35048d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,6 +40,7 @@ dev = [ "pytest>=8.4", "pytest-cov>=6.2.0", "quart-trio>=0.12.0", + "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",