Skip to content

Commit 461641e

Browse files
committed
Support pylint 4
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent f6c99e8 commit 461641e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ app = []
6363
lib = []
6464
model = []
6565
extra-lint-examples = [
66-
"pylint >= 2.17.3, < 4",
66+
"pylint >= 2.17.3, < 5",
6767
"pytest >= 7.3.0, < 9",
6868
"sybil >= 6.1.1, < 10",
6969
]
@@ -105,7 +105,7 @@ dev-pylint = [
105105
]
106106
dev-pytest = [
107107
"pytest == 8.3.5",
108-
"pylint == 3.3.7", # We need this to check for the examples
108+
"pylint == 4.0.0", # We need this to check for the examples
109109
"cookiecutter == 2.6.0", # For checking the cookiecutter scripts
110110
"jinja2 == 3.1.6", # For checking the cookiecutter scripts
111111
"sybil >= 6.1.1, < 10", # Should be consistent with the extra-lint-examples dependency

0 commit comments

Comments
 (0)