-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linting #44
Linting #44
Conversation
Refactor of handicap params leads to failure of tests due to type hinting not being fully available in python <3.9 Since 3.7 has reached end of life, and 3.8 has 1 year left this could perhaps be solved by updating rthe supported versions for this library to 3.9+ |
c7c8b6d
to
79213b7
Compare
…imilar structure.
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #44 +/- ##
==========================================
+ Coverage 90.03% 95.06% +5.02%
==========================================
Files 21 22 +1
Lines 1114 1216 +102
==========================================
+ Hits 1003 1156 +153
+ Misses 111 60 -51
|
Addresses #28
Clean up code to address pylint errors, in some cases leading to notable refactors => merge as rebase.