Skip to content

Commit

Permalink
Update ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Mar 5, 2025
1 parent 0d55af2 commit c1e6b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argcomplete/packages/_shlex.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(self, instream=None, infile=None, posix=False, punctuation_chars=Fa
else:
self.eof = ''
self.commenters = '#'
self.wordchars = 'abcdfeghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_'
self.wordchars = 'abcdfeghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_'
# Modified by argcomplete: 2/3 compatibility
# if self.posix:
# self.wordchars += ('ßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿ'
Expand Down

0 comments on commit c1e6b23

Please sign in to comment.