Skip to content

Commit

Permalink
sphinx-agent: Linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Jun 3, 2024
1 parent 6b2e4a2 commit 0fc943e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/esbonio/esbonio/sphinx_agent/handlers/directives.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ def index_directives(app: Sphinx):

ignored_directives = {"restructuredtext-test-directive"}
found_directives = {
**docutils_directives._directive_registry,
**docutils_directives._directives,
**docutils_directives._directive_registry, # type: ignore[attr-defined]
**docutils_directives._directives, # type: ignore[attr-defined]
}

for name, directive in found_directives.items():
Expand Down

0 comments on commit 0fc943e

Please sign in to comment.