Skip to content

Commit 29ac72b

Browse files
authored
fix: update pyproject.toml
1 parent c39d462 commit 29ac72b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ six = "^1.17.0"
2525
urllib3 = "^2.6.3"
2626

2727
[tool.poetry.group.dev.dependencies]
28-
black = "^26.3.1"
2928
ruff = "^0.6.5"
3029
pylint = "^3.2.7"
3130
mypy = "^1.11.2"
@@ -112,4 +111,4 @@ warn_redundant_casts = "True"
112111
disallow_untyped_defs = "True"
113112
disallow_untyped_calls = "True"
114113
disallow_incomplete_defs = "True"
115-
strict_equality = "True"
114+
strict_equality = "True"

0 commit comments

Comments
 (0)