feat: add Highload wallet versions and update mypy exclusion patterns

This commit is contained in:
bohd4nx
2026-06-05 02:04:44 +03:00
parent b85b34f2b1
commit 3481769757
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ ignore = ["E501", "UP017"]
[tool.mypy]
python_version = "3.10"
strict = true
exclude = ["^examples/"]
exclude = ["^examples/", "^logs/"]
[[tool.mypy.overrides]]
module = "rookiepy"