Skip to content

Commit

Permalink
Bump pylint from 3.2.7 to 3.3.1 (#778)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
dependabot[bot] and frenck authored Nov 9, 2024
1 parent 8bd39cb commit b4d7a50
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
Expand Up @@ -14,6 +14,7 @@ disable=
too-many-instance-attributes,
too-many-lines,
too-many-locals,
too-many-positional-arguments,
too-many-public-methods,
too-many-return-statements,
too-many-statements,
Expand All @@ -26,7 +27,7 @@ disable=
no-else-return

[EXCEPTIONS]
overgeneral-exceptions=Exception
overgeneral-exceptions=builtins.Exception


[TYPECHECK]
Expand Down
2 changes: 1 addition & 1 deletion requirements_tests.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
flake8==7.1.1
pylint==3.2.7
pylint==3.3.1
black==24.10.0
pytest==8.3.3

0 comments on commit b4d7a50

Please sign in to comment.