Using mypy
আপনি এই পৃষ্ঠার ইংরেজি সংস্করণ দেখছেন কারণ এটি এখনও সম্পূর্ণভাবে অনুবাদ করা হয়নি। সাহায্য করতে আগ্রহী? দেখুন Contributing।
If you’re using mypy, you’ll need to turn on namespace packages, otherwise mypy won’t be able to run correctly.
To turn on namespace packages, do one of the following:
Add the following to your project configuration file:
[tool.mypy] namespace_packages = true Or, use a command-line switch:
mypy --namespace-packages Feedback
Was this page helpful?
Thank you. Your feedback is appreciated!
Please let us know how we can improve this page. Your feedback is appreciated!