Add beartype for runtime type checking during development

This commit is contained in:
2026-08-06 04:48:57 +02:00
parent bfa4f8c2fa
commit 7e447e52d6
3 changed files with 14 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
"beartype",
"black",
"mypy",
"types-PyYAML",