theislab / ehrapy

Electronic Health Record Analysis with Python.
https://ehrapy.readthedocs.io/
Apache License 2.0
232 stars 19 forks source link

[pre-commit.ci] pre-commit autoupdate #783

Closed pre-commit-ci[bot] closed 3 months ago

pre-commit-ci[bot] commented 3 months ago

updates:

eroell commented 3 months ago

Don’t fully get everything here yet, but the error was due to not finding types-pkg-resources. This package stub on PyPI instructs to use types-setuptools instead, which we now do. Seems this went through without error until now.