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.
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
The docstring implies attributes are the preferred way to access the config:
wpt/tools/wptserve/wptserve/config.py
Line 36 in c4e973b
However, doing this leads to mypy errors like:
tools/serve/dns.py:99: error: "Config" has no attribute "all_domains_set" [attr-defined]
We presumably need to actually provide types for what we believe the config should be.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The docstring implies attributes are the preferred way to access the config:
wpt/tools/wptserve/wptserve/config.py
Line 36 in c4e973b
However, doing this leads to mypy errors like:
We presumably need to actually provide types for what we believe the config should be.
The text was updated successfully, but these errors were encountered: