summaryrefslogtreecommitdiffstats
path: root/mypy.ini (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update minimum supported Python version to 3.9.Diego Elio Pettenò2023-08-031-1/+1
|
* glucomenareo: new driver added.Diego Elio Pettenò2021-03-271-0/+3
| | | | | | | This driver supports GlucoMen areo by A. Menarini Diagnostics. It possibly works with the GlucoMen Areo 2K but it is untested with it, and does not support reporting Ketone readings.
* Make the project compliant with the REUSE guidelines.Diego Elio Pettenò2020-04-201-0/+4
| | | | | | | | | See https://reuse.software/ for details. For simplicity, the support files, that are vastly copy-pasta, are licensed under MIT license, rather than LGPL-2.1-or-later. Note that `reuse lint` currently fails due to fsfe/reuse-tool#208.
* Move tests to be organized within the source directory.Diego Elio Pettenò2020-03-161-0/+3
| | | | | This should simplify maintaining the tests in the long run, and allows mypy to more thoroughly check for types.
* Experimentally start adding type annotations, and mypy configs.Diego Elio Pettenò2018-12-121-0/+14
This cannot currently be added to CI because the lack of `construct` stubs, which cause "unsupported left operands" for /-constructed structs.