We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c99e8 commit 461641eCopy full SHA for 461641e
pyproject.toml
@@ -63,7 +63,7 @@ app = []
63
lib = []
64
model = []
65
extra-lint-examples = [
66
- "pylint >= 2.17.3, < 4",
+ "pylint >= 2.17.3, < 5",
67
"pytest >= 7.3.0, < 9",
68
"sybil >= 6.1.1, < 10",
69
]
@@ -105,7 +105,7 @@ dev-pylint = [
105
106
dev-pytest = [
107
"pytest == 8.3.5",
108
- "pylint == 3.3.7", # We need this to check for the examples
+ "pylint == 4.0.0", # We need this to check for the examples
109
"cookiecutter == 2.6.0", # For checking the cookiecutter scripts
110
"jinja2 == 3.1.6", # For checking the cookiecutter scripts
111
"sybil >= 6.1.1, < 10", # Should be consistent with the extra-lint-examples dependency
0 commit comments