Skip to content

Commit 76c5ead

Browse files
authored
bump version, merge pull request #38 from bmorledge-hampton19/devel
2 parents 529b84d + 5f9af47 commit 76c5ead

File tree

4 files changed

+299
-146
lines changed

4 files changed

+299
-146
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ repos:
3636
- flake8-debugger
3737
- flake8-string-format
3838
- repo: https://github.com/psf/black
39-
rev: 19.10b0
39+
rev: 21.7b0
4040
hooks:
4141
- id: black
4242
- repo: https://github.com/PyCQA/isort
43-
rev: 5.9.2
43+
rev: 5.9.3
4444
hooks:
4545
- id: isort

examples/customcomplete.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"bash": """
1717
# $1=COMP_WORDS[1]
1818
_shtab_greeter_compgen_TXTFiles() {
19-
compgen -d -S '/' -- $1 # recurse into subdirs
19+
compgen -d -- $1 # recurse into subdirs
2020
compgen -f -X '!*?.txt' -- $1
2121
compgen -f -X '!*?.TXT' -- $1
2222
}

0 commit comments

Comments
 (0)