cbrnr / sleepecg

Sleep stage detection using ECG
BSD 3-Clause "New" or "Revised" License
86 stars 22 forks source link

Refresh project with latest style #215

Closed cbrnr closed 2 months ago

cbrnr commented 2 months ago

This PR simplifies pyproject.toml and uses | for type annotations. These are only available for Python ≥ 3.10, but we use them via __future__. Once we drop support for Python 3.9, these __future__ imports can be removed.