Make type checking not strict until we add types

This commit is contained in:
Ivan Habunek 2024-08-12 10:38:30 +02:00
parent 15306d378f
commit 05bee9f74d
No known key found for this signature in database
GPG Key ID: 01DB3DD0D824504C
1 changed files with 1 additions and 2 deletions

View File

@ -81,5 +81,4 @@ packages=[
[tool.setuptools_scm]
[tool.pyright]
typeCheckingMode = "strict"
pythonVersion = "3.8"
pythonVersion = "3.8"