Move battery script to its own project

Start new Python project for battery script
This commit is contained in:
Martin Blazik
2022-07-30 11:58:45 +02:00
parent 9f38b89bfd
commit ea2162cbe2
18 changed files with 512 additions and 192 deletions

6
src/battery/mypy.ini Normal file
View File

@@ -0,0 +1,6 @@
[mypy]
plugins = pydantic.mypy
disallow_untyped_defs = True
warn_redundant_casts = True
strict_equality = True
ignore_missing_imports = True