We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 529b84d + 5f9af47 commit 76c5eadCopy full SHA for 76c5ead
.pre-commit-config.yaml
@@ -36,10 +36,10 @@ repos:
36
- flake8-debugger
37
- flake8-string-format
38
- repo: https://github.com/psf/black
39
- rev: 19.10b0
+ rev: 21.7b0
40
hooks:
41
- id: black
42
- repo: https://github.com/PyCQA/isort
43
- rev: 5.9.2
+ rev: 5.9.3
44
45
- id: isort
examples/customcomplete.py
@@ -16,7 +16,7 @@
16
"bash": """
17
# $1=COMP_WORDS[1]
18
_shtab_greeter_compgen_TXTFiles() {
19
- compgen -d -S '/' -- $1 # recurse into subdirs
+ compgen -d -- $1 # recurse into subdirs
20
compgen -f -X '!*?.txt' -- $1
21
compgen -f -X '!*?.TXT' -- $1
22
}
0 commit comments