Skip to content

Commit 340a6aa

Browse files
Merge pull request #542 from adamtheturtle/pylint-spelling
Make pylint spelling dependency explicit
2 parents 290f4bb + 9fd3967 commit 340a6aa

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
@@ -59,7 +59,7 @@ optional-dependencies.dev = [
5959
"pre-commit==4.3.0",
6060
"pydocstyle==6.3",
6161
"pygments==2.19.2",
62-
"pylint==3.3.8",
62+
"pylint[spelling]==3.3.8",
6363
"pylint-per-file-ignores==2.0.3",
6464
"pyproject-fmt==2.6.0",
6565
"pyright==1.1.405",

0 commit comments

Comments
 (0)