Skip to content

Commit ec19d7d

Browse files
committed
Make pylint spelling dependency explicit
1 parent 51c2649 commit ec19d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ optional-dependencies.dev = [
4545
"mypy[faster-cache]==1.18.1",
4646
"mypy-strict-kwargs==2025.4.3",
4747
"pre-commit==4.3.0",
48-
"pylint==3.3.8",
48+
"pylint[spelling]==3.3.8",
4949
"pylint-per-file-ignores==2.0.3",
5050
"pyproject-fmt==2.6.0",
5151
"pyright==1.1.405",

0 commit comments

Comments
 (0)