Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgiving committed Jun 1, 2024
1 parent 277ec01 commit d923496
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/.pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ max-bool-expr=5
max-branches=12

# Maximum number of locals for function / method body.
max-locals=15
max-locals=20

# Maximum number of parents for a class (see R0901).
max-parents=7
Expand All @@ -301,7 +301,7 @@ max-returns=6
max-statements=50

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


[EXCEPTIONS]
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ pandas==1.5.2
scikit-learn==1.2.0
scipy==1.10.0
matplotlib==3.6.2
typed-argument-parser==1.8.0

0 comments on commit d923496

Please sign in to comment.