Skip to content

Commit

Permalink
style: Update lint config for newest pylint / edx-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtcril committed Sep 23, 2024
1 parent fe71b8b commit f33c91a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# SERIOUSLY.
#
# ------------------------------
# Generated by edx-lint version: 5.3.6
# Generated by edx-lint version: 5.4.0
# ------------------------------
[MASTER]
ignore = migrations
Expand Down Expand Up @@ -377,6 +377,7 @@ max-parents = 7
max-attributes = 7
min-public-methods = 2
max-public-methods = 20
max-positional-arguments = 10

[IMPORTS]
deprecated-modules = regsub,TERMIOS,Bastion,rexec
Expand All @@ -387,4 +388,4 @@ int-import-graph =
[EXCEPTIONS]
overgeneral-exceptions = builtins.Exception

# 22aad72373290794ac5bd89746f80d5c1bd95e25
# fddc26d4104fc561571bba14bcdff5aa12108508
3 changes: 3 additions & 0 deletions pylintrc_tweaks
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ disable+=
django-not-configured,
consider-using-with,
bad-option-value,

[DESIGN]
max-positional-arguments = 10

0 comments on commit f33c91a

Please sign in to comment.