Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 17, 2024
1 parent 9675702 commit 683e58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/esbonio/esbonio/sphinx_agent/handlers/diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ def setup(app: Sphinx):
# This ensures proper synchronization of data, as some extensions, like
# sphinx-needs, emit diagnostics during the "build-finished" event.
# Setting priority to 900 ensures this handler runs after typical operations.
app.connect("build-finished", sync_diagnostics, priority = 900)
app.connect("build-finished", sync_diagnostics, priority=900)

0 comments on commit 683e58f

Please sign in to comment.