Skip to content

Commit

Permalink
Merge pull request #143 from netreplica/renovate/pylint-3.x
Browse files Browse the repository at this point in the history
Update dependency pylint to ~=3.3.1
  • Loading branch information
bortok authored Nov 30, 2024
2 parents 034a202 + f6d223b commit 7c8cdb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[MASTER]
disable=C0103,C0301,R0903,C0116,W0603,W0718,R0917
disable=C0103,C0301,R0903,C0116,W0603,W0718
[DESIGN]
# needed to match number of arguments in requests.send
max-args=7
max-positional-arguments=7
max-attributes=10
[FORMAT]
# temporary mix until we break the code into smaller files
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pylint ~= 3.2.6
pylint ~=3.3.1
rich
build
twine
Expand Down

0 comments on commit 7c8cdb7

Please sign in to comment.