Skip to content
New issue

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

Initial version #1

Merged
merged 1 commit into from
Jan 4, 2025
Merged

Initial version #1

merged 1 commit into from
Jan 4, 2025

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Jan 4, 2025

No description provided.

@bdraco bdraco force-pushed the init branch 5 times, most recently from 178781d to 47611e1 Compare January 4, 2025 20:09
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

docs/conf.py Dismissed Show dismissed Hide dismissed
docs/conf.py Fixed Show fixed Hide fixed
packaging/pep517_backend/hooks.py Fixed Show fixed Hide fixed
packaging/pep517_backend/hooks.py Fixed Show fixed Hide fixed
src/aiohttp_asyncmdnsresolver/_helpers_py.py Fixed Show fixed Hide fixed
src/aiohttp_asyncmdnsresolver/_helpers_py.py Fixed Show fixed Hide fixed
tests/test_init.py Fixed Show fixed Hide fixed
@bdraco bdraco force-pushed the init branch 21 times, most recently from c0ff6aa to 6a48829 Compare January 4, 2025 22:39
import sphinxcontrib.spelling # noqa

extensions.append("sphinxcontrib.spelling")
except ImportError:

Check notice

Code scanning / CodeQL

Empty except Note documentation

'except' clause does nothing but pass and there is no explanatory comment.
@bdraco bdraco marked this pull request as ready for review January 4, 2025 22:42
@bdraco bdraco merged commit 8a129bd into main Jan 4, 2025
23 of 24 checks passed
@bdraco bdraco deleted the init branch January 4, 2025 22:44

github_url = "https://github.com"
github_repo_org = "aio-libs"
github_repo_name = "aiohttp_asyncmdnsresolver"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bdraco this one is the missing reference to update.

html_theme = "alabaster"

html_theme_options = {
"description": "aiohttp_asyncmdnsresolver",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here too

html_theme_options = {
"description": "aiohttp_asyncmdnsresolver",
"github_user": "aio-libs",
"github_repo": "aiohttp_asyncmdnsresolver",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants