Skip to content

Commit

Permalink
feat(black,blackd): add fallback 3rd party completion loader
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Aug 28, 2023
1 parent 3f4861c commit 47a1f05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions completions/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
/autoupdate
/avahi-browse-domains
/b2sum
/_black
/_blackd
/bmake
/bsdtar
/btdownloadcurses.py
Expand Down
4 changes: 3 additions & 1 deletion completions/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,8 @@ CLEANFILES = \
autossh \
autoupdate \
avahi-browse-domains \
_black \
_blackd \
bmake \
bsdtar \
btdownloadcurses.py \
Expand Down Expand Up @@ -1112,7 +1114,7 @@ symlinks: $(DATA)
$(ss) ping \
ping4 ping6
$(ss) _pipenv \
_flask _httpx
_black _blackd _flask _httpx
$(ss) pkg-config \
pkgconf
$(ss) pkg_delete \
Expand Down

0 comments on commit 47a1f05

Please sign in to comment.