Skip to content

Commit 47a1f05

Browse files
committed
feat(black,blackd): add fallback 3rd party completion loader
1 parent 3f4861c commit 47a1f05

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

completions/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
/autoupdate
2929
/avahi-browse-domains
3030
/b2sum
31+
/_black
32+
/_blackd
3133
/bmake
3234
/bsdtar
3335
/btdownloadcurses.py

completions/Makefile.am

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,8 @@ CLEANFILES = \
540540
autossh \
541541
autoupdate \
542542
avahi-browse-domains \
543+
_black \
544+
_blackd \
543545
bmake \
544546
bsdtar \
545547
btdownloadcurses.py \
@@ -1112,7 +1114,7 @@ symlinks: $(DATA)
11121114
$(ss) ping \
11131115
ping4 ping6
11141116
$(ss) _pipenv \
1115-
_flask _httpx
1117+
_black _blackd _flask _httpx
11161118
$(ss) pkg-config \
11171119
pkgconf
11181120
$(ss) pkg_delete \

0 commit comments

Comments
 (0)