Pyright 1.1.385 (#3182)

Declaring variables with `Union` and using `isinstance()` hack doesn't work anymore. Therefore the code is updated to use `Any` for variable and `cast` function after firguring out the correct type in order to avoid getting errors about `Unknown` types.
This commit is contained in:
Alexander Kukushkin
2024-10-18 09:24:51 +02:00
committed by GitHub
parent ba970d8c63
commit 4853b3b430
16 changed files with 134 additions and 134 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ jobs:
- uses: jakebailey/pyright-action@v2
with:
version: 1.1.379
version: 1.1.385
docs:
runs-on: ubuntu-latest