style: General type hints fixes and imports optimizing

This commit is contained in:
Karim shoair
2025-07-29 23:43:06 +03:00
parent 3d07a1533e
commit 9bcb9e9d93
7 changed files with 35 additions and 31 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ target-version = "py39"
[lint]
select = ["E", "F", "W"]
ignore = ["E501", "F401"]
ignore = ["E501", "F401", "F811"]
[format]
# Like Black, use double quotes for strings.