1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-11-03 04:17:21 -05:00

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

View File

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