8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e3ba1 commit b3a3da0Copy full SHA for b3a3da0
constraints.txt
@@ -1,4 +1,2 @@
1
# cryptography 40.0.0 deprecates support for Python 3.6 and PyPy3 < 7.3.10
2
cryptography<40
3
-# TODO (remove later): pyright 1.1.323 introduces false positive errors
4
-pyright<1.1.323
pyproject.toml
@@ -23,7 +23,11 @@ exclude = '''
23
)
24
'''
25
[tool.pyright]
26
+executionEnvironments=[
27
+ {"root" = "stripe"}
28
+]
29
include=["stripe"]
30
+exclude=["build", "**/__pycache__"]
31
reportMissingTypeArgument=true
32
reportUnnecessaryCast=true
33
reportUnnecessaryComparison=true
0 commit comments