Skip to content

Commit 2906645

Browse files
authored
Merge pull request #1277 from Bastian-Krause/bst/require-pylint
pyproject.toml: depend on pylint rather than pytest-pylint
2 parents d8adccd + 4e028f0 commit 2906645

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
@@ -122,7 +122,7 @@ dev = [
122122
"pytest-dependency>=0.5.1",
123123
"pytest-isort>=2.0.0",
124124
"pytest-mock>=3.6.1",
125-
"pytest-pylint>=0.18.0",
125+
"pylint>=3.0.0",
126126
]
127127

128128
[project.scripts]

0 commit comments

Comments
 (0)