We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c39d462 commit 29ac72bCopy full SHA for 29ac72b
pyproject.toml
@@ -25,7 +25,6 @@ six = "^1.17.0"
25
urllib3 = "^2.6.3"
26
27
[tool.poetry.group.dev.dependencies]
28
-black = "^26.3.1"
29
ruff = "^0.6.5"
30
pylint = "^3.2.7"
31
mypy = "^1.11.2"
@@ -112,4 +111,4 @@ warn_redundant_casts = "True"
112
111
disallow_untyped_defs = "True"
113
disallow_untyped_calls = "True"
114
disallow_incomplete_defs = "True"
115
-strict_equality = "True"
+strict_equality = "True"
0 commit comments