Add type hinting stuff
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user