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 Jun 17, 2024
1 parent 96cd129 commit 187a335
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Xonsh Python completions using <a href="https://jedi.readthedocs.io/en/latest/">jedi</a>.
</p>

<p align="center">
<p align="center">
If you like the idea click ⭐ on the repo and <a href="https://twitter.com/intent/tweet?text=Nice%20xontrib%20for%20the%20xonsh%20shell!&url=https://github.com/xonsh/xontrib-jedi" target="_blank">tweet</a>.
</p>

Expand Down
1 change: 1 addition & 0 deletions tests/test_jedi.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for the Jedi completer xontrib"""

import importlib
import sys
from unittest.mock import MagicMock, call
Expand Down
1 change: 1 addition & 0 deletions xontrib/jedi.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Use Jedi as xonsh's python completer."""

import os

import xonsh.completers.base
Expand Down

0 comments on commit 187a335

Please sign in to comment.