Skip to content

Commit

Permalink
bump version, merge pull request #38 from bmorledge-hampton19/devel
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl authored Aug 4, 2021
2 parents 529b84d + 5f9af47 commit 76c5ead
Show file tree
Hide file tree
Showing 4 changed files with 299 additions and 146 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ repos:
- flake8-debugger
- flake8-string-format
- repo: https://github.com/psf/black
rev: 19.10b0
rev: 21.7b0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.9.2
rev: 5.9.3
hooks:
- id: isort
2 changes: 1 addition & 1 deletion examples/customcomplete.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"bash": """
# $1=COMP_WORDS[1]
_shtab_greeter_compgen_TXTFiles() {
compgen -d -S '/' -- $1 # recurse into subdirs
compgen -d -- $1 # recurse into subdirs
compgen -f -X '!*?.txt' -- $1
compgen -f -X '!*?.TXT' -- $1
}
Expand Down
Loading

0 comments on commit 76c5ead

Please sign in to comment.