avast / ep-stats

Statistics for Experimentation Platform
MIT License
15 stars 11 forks source link

Poetry as tool manager and ruff as linter #72

Closed ondraz closed 3 months ago

ondraz commented 4 months ago
  1. switching from setup.cfg to poetry as package and dependency manager to get ready for major dependency updates of pandas, scipy, pydantic to make the package compatible with up-to-date python projects
  2. replacing flake8, isort, black, and brunette with ruff
  3. fixing ruff lint errors in epstats and tests
jancervenka commented 4 months ago

thank you Ondro! will take a look asap