Skip to content

Commit

Permalink
fixup! Update pylint dep
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenrua authored and rgonzalezfluendo committed Nov 27, 2023
1 parent f124bff commit 9c70053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ persistent=yes

# Minimum Python version to use for version dependent checks. Will default to
# the version used to run pylint.
py-version=3.11
py-version=3.6

# Discover python modules and packages in the file system subtree.
recursive=no
Expand Down Expand Up @@ -312,7 +312,7 @@ max-returns=6
max-statements=50

# Minimum number of public methods for a class (see R0903).
min-public-methods=2
min-public-methods=0


[EXCEPTIONS]
Expand Down

0 comments on commit 9c70053

Please sign in to comment.