Move battery script to its own project
Start new Python project for battery script
This commit is contained in:
6
src/battery/mypy.ini
Normal file
6
src/battery/mypy.ini
Normal file
@@ -0,0 +1,6 @@
|
||||
[mypy]
|
||||
plugins = pydantic.mypy
|
||||
disallow_untyped_defs = True
|
||||
warn_redundant_casts = True
|
||||
strict_equality = True
|
||||
ignore_missing_imports = True
|
||||
Reference in New Issue
Block a user