Skip to content

Commit

Permalink
Merge pull request #1277 from Bastian-Krause/bst/require-pylint
Browse files Browse the repository at this point in the history
pyproject.toml: depend on pylint rather than pytest-pylint
  • Loading branch information
Emantor committed Oct 6, 2023
2 parents d8adccd + 4e028f0 commit 2906645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ dev = [
"pytest-dependency>=0.5.1",
"pytest-isort>=2.0.0",
"pytest-mock>=3.6.1",
"pytest-pylint>=0.18.0",
"pylint>=3.0.0",
]

[project.scripts]
Expand Down

0 comments on commit 2906645

Please sign in to comment.