Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin committed Nov 29, 2024
1 parent 343b6b3 commit 89aaf4f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@
autodoc_default_options = {"special-members": "__init__", "show-inheritance": True, "members": True}
autodoc_member_order = "bysource"
autodoc_typehints_format = "short"
autodoc_mock_imports = [
]
autodoc_mock_imports = []

nitpicky = True
nitpick_ignore = [
Expand Down Expand Up @@ -246,7 +245,6 @@
"litestar.concurrency.set_asyncio_executor": {"ThreadPoolExecutor"},
"litestar.concurrency.get_asyncio_executor": {"ThreadPoolExecutor"},
re.compile(r"litestar\.channels\.backends\.asyncpg.*"): {"asyncpg.connection.Connection", "asyncpg.Connection"},

}

# Do not warn about broken links to the following:
Expand Down

0 comments on commit 89aaf4f

Please sign in to comment.