We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mypy v0.740
--no-silence-site-packages command line option is working, but --silence-site-packages produces unrecognized arguments error.
--no-silence-site-packages
--silence-site-packages
unrecognized arguments
no_implicit_optional config file option is working but implicit_optional produces Unrecognized option error.
no_implicit_optional
implicit_optional
Unrecognized option
no_silence_site_packages config file option is working but silence_site_packages produces Unrecognized option error.
no_silence_site_packages
silence_site_packages
The text was updated successfully, but these errors were encountered:
No branches or pull requests
mypy v0.740
--no-silence-site-packages
command line option is working, but--silence-site-packages
producesunrecognized arguments
error.no_implicit_optional
config file option is working butimplicit_optional
producesUnrecognized option
error.no_silence_site_packages
config file option is working butsilence_site_packages
producesUnrecognized option
error.The text was updated successfully, but these errors were encountered: