Skip to content

Commit

Permalink
pylintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Aug 27, 2024
1 parent 8d980f8 commit 9c62d88
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions mock/pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ good-names=i,j,k,ex,Run,_
# Bad variable names which should always be refused, separated by a comma
bad-names=foo,bar,baz,toto,tutu,tata

# List of builtins function names that should not be used, separated by a comma
bad-functions=apply,input


[DESIGN]

Expand All @@ -112,7 +109,7 @@ max-locals=20
max-returns=6

# Maximum number of branch for function / method body
max-branchs=20
max-branches=20

# Maximum number of statements in function / method body
max-statements=50
Expand Down

0 comments on commit 9c62d88

Please sign in to comment.