]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
add black to pyproject.toml
authorBob Halley <halley@dnspython.org>
Tue, 15 Mar 2022 15:39:11 +0000 (08:39 -0700)
committerBob Halley <halley@dnspython.org>
Tue, 15 Mar 2022 15:39:11 +0000 (08:39 -0700)
pyproject.toml

index 7b40c8a2fa23a794245880bdb134b5b6b9c22d25..f8b84266785b7871ae50167f398e2129712b3833 100644 (file)
@@ -58,6 +58,7 @@ twine = "^3.1.1"
 wheel = "^0.35.0"
 pylint = "^2.7.4"
 mypy = ">=0.940"
+black = "^22.1.0"
 
 [tool.poetry.extras]
 doh = ['httpx', 'h2', 'requests', 'requests-toolbelt']