pfehlinger / risk_adjustment_model

Python implementation of Healthcare Risk Adjustment Models
MIT License
2 stars 0 forks source link

Pre commit - building #16

Closed Timfrazer closed 7 months ago

Timfrazer commented 7 months ago
  1. moved to python 3.12 - don't bother with 3.6 ~
  2. pre-commit Most modern Python development uses Git hooks to identify simple issues before submission to code review- I've included RUFF linter and secrets detection and some basic sanity checks on code.
pfehlinger commented 7 months ago

@Timfrazer can you elaborate on the poetry lock contents changes? I am cool with everything else, just don't understand that.

FYI, I already merged in example_pytest, so will edit this PR to merge into main and/or close and open new one for the changes.