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 Aug 12, 2024
1 parent 2115be8 commit 537ae6a
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions xontrib/jedi.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,24 @@
contextual_completer,
get_filter_function,
)

from xonsh.parsers.completion_context import CompletionContext

__all__ = ()

import jedi


XONSH_SPECIAL_TOKENS = {
"?",
"??",
"$(",
"${",
"$[",
"![",
"!(",
"@(",
"@$(",
"@",
}
"?",
"??",
"$(",
"${",
"$[",
"![",
"!(",
"@(",
"@$(",
"@",
}


XONSH_SPECIAL_TOKENS_FIRST = {tok[0] for tok in XONSH_SPECIAL_TOKENS}
Expand Down

0 comments on commit 537ae6a

Please sign in to comment.