Skip to content

Commit c1e6b23

Browse files
committed
Update ruff format
1 parent 0d55af2 commit c1e6b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

argcomplete/packages/_shlex.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def __init__(self, instream=None, infile=None, posix=False, punctuation_chars=Fa
3636
else:
3737
self.eof = ''
3838
self.commenters = '#'
39-
self.wordchars = 'abcdfeghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_'
39+
self.wordchars = 'abcdfeghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_'
4040
# Modified by argcomplete: 2/3 compatibility
4141
# if self.posix:
4242
# self.wordchars += ('ßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿ'

0 commit comments

Comments
 (0)