add type hints

This commit is contained in:
Robert Resch 2022-08-17 10:29:25 +02:00
parent 42c8378833
commit b3fbf79290
14 changed files with 453 additions and 191 deletions

View file

@ -42,7 +42,6 @@ good-names=i,j,k,ex,_,T,x,y,id
# wrong-import-order - isort guards this
disable=
format,
abstract-class-little-used,
abstract-method,
cyclic-import,
duplicate-code,