Skip to content

Commit 1396f64

Browse files
authored
Allow installing the plugin with pylint v4
1 parent 1bf53a3 commit 1396f64

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
@@ -41,7 +41,7 @@ keywords = [
4141

4242
requires-python = ">=3.8"
4343
dependencies = [
44-
"pylint>=2,<4",
44+
"pylint >=2, <5",
4545
"pytest>=4.6",
4646
]
4747

0 commit comments

Comments
 (0)