mirror of
https://github.com/Cian-H/I-Form_Server_Node_Deployer.git
synced 2026-04-27 19:41:49 +01:00
Housekeeping: format, lint & typecheck
This commit is contained in:
+12
-3
@@ -37,14 +37,12 @@ mkdocs = "^1.5.3"
|
||||
mkdocstrings = {extras = ["python"], version = "^0.23.0"}
|
||||
mkdocs-material = "^9.4.8"
|
||||
|
||||
|
||||
[tool.poetry.group.gui.dependencies]
|
||||
flet = "^0.11.0"
|
||||
psutil = "^5.9.6"
|
||||
types-psutil = "^5.9.5.17"
|
||||
bidict = "^0.22.1"
|
||||
|
||||
|
||||
|
||||
[tool.poetry.scripts]
|
||||
node_deployer = "node_deployer.__main__:main"
|
||||
debug_node_deployer = "node_deployer.__main__:debug"
|
||||
@@ -54,6 +52,17 @@ build_docs = "scripts.docs:main"
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.mypy]
|
||||
check_untyped_defs = true
|
||||
|
||||
[[tool.mypy.overrides]]
|
||||
module="flet.*"
|
||||
ignore_missing_imports = true
|
||||
|
||||
[[tool.mypy.overrides]]
|
||||
module="flet_core.*"
|
||||
ignore_missing_imports = true
|
||||
|
||||
[tool.black]
|
||||
line-length = 100
|
||||
|
||||
|
||||
Reference in New Issue
Block a user