Add type hinting stuff

This commit is contained in:
Alexander Wainwright
2025-12-27 13:55:53 +10:00
parent 35e6410b2b
commit b886d26948
5 changed files with 64 additions and 42 deletions

View File

@@ -10,6 +10,7 @@ requires-python = ">=3.10"
dependencies = [
"toml",
"alive-progress",
"types-toml",
]
authors = [
{name = "Alexander Wainwright", email = "code@figtree.dev"},
@@ -35,7 +36,7 @@ line-length = 80
select = [
"B",
"W",
# "ANN",
"ANN",
"FIX",
"S",
"F", # Pyflakes rules