Skip to content

Commit

Permalink
bowler
Browse files Browse the repository at this point in the history
  • Loading branch information
rouge8 committed May 14, 2019
1 parent 61593da commit f247fc4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ BIN_DIR = .local/bin

SHIVS = tox flake8 ipython http sphobjinv coverage pycobertura isort \
codemod twine cookiecutter futurize yamllint check-manifest sops vex \
black caniusepython3 snakeviz flit nox cfn-lint python-modernize
black blacken-docs caniusepython3 snakeviz flit nox cfn-lint python-modernize \
bowler

.PHONY: all clean

Expand Down Expand Up @@ -110,3 +111,7 @@ $(BIN_DIR)/cfn-lint.symlink:
$(BIN_DIR)/python-modernize.symlink:
$(SHIV) modernize \
-c python-modernize -o $@

$(BIN_DIR)/bowler.symlink:
$(SHIV) bowler \
-c bowler -o $@

0 comments on commit f247fc4

Please sign in to comment.