Skip to content

Commit

Permalink
Merge branch 'main' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-baillargeon authored Aug 19, 2024
2 parents 291d6f8 + 08e945b commit 2a2b65d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion asynceapi/aio_portcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# -----------------------------------------------------------------------------


async def port_check_url(url: URL, timeout: int = 5) -> bool:
async def port_check_url(url: URL, timeout: int = 5) -> bool: # noqa: ASYNC109
"""
Open the port designated by the URL given the timeout in seconds.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dev = [
"pytest-html>=3.2.0",
"pytest-metadata>=3.0.0",
"pytest>=7.4.0",
"ruff>=0.5.4,<0.6.0",
"ruff>=0.5.4,<0.7.0",
"tox>=4.10.0,<5.0.0",
"types-PyYAML",
"types-pyOpenSSL",
Expand All @@ -81,7 +81,7 @@ dev = [
]
doc = [
"fontawesome_markdown",
"griffe",
"griffe >=0.46,<1.0.0",
"mike==2.1.3",
"mkdocs-autorefs>=0.4.1",
"mkdocs-bootswatch>=1.1",
Expand Down

0 comments on commit 2a2b65d

Please sign in to comment.