family-name-fix

This commit is contained in:
2024-04-17 18:31:11 +03:00
parent 9911a9410d
commit 937b154c6b
2 changed files with 6 additions and 2 deletions

View File

@@ -31,3 +31,7 @@ isort = "^5.13.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.pyright]
venvPath = "."
venv = ".venv"