Skip to content

Commit

Permalink
chore(deps): update dependency pylint to >=3,<3.4 (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 93a5641 commit da0dc98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ disable = [
"too-many-arguments",
"too-many-instance-attributes",
"too-many-lines",
"too-many-positional-arguments",
]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
],
"test": [
"coverage>=7.6,<7.7",
"pylint>=3,<3.3",
"pylint>=3,<3.4",
"pytest>=8,<8.4",
"pytest-cov>=5,<5.1",
"mypy>=1.11,<1.12",
Expand Down

0 comments on commit da0dc98

Please sign in to comment.