Skip to content

Commit 7ef817c

Browse files
Pin pylint dependency
Signed-off-by: Daniel Zullo <[email protected]>
1 parent 469e685 commit 7ef817c

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
@@ -84,7 +84,7 @@ mypy = [
8484
"frequenz-sdk[docs-gen,nox,pytest]",
8585
]
8686
pylint = [
87-
"pylint",
87+
"pylint >= 2.17.0, < 3",
8888
# For checking the noxfile, docs/ script, and tests
8989
"frequenz-sdk[docs-gen,nox,pytest]",
9090
]

0 commit comments

Comments
 (0)