Skip to content

Commit

Permalink
release/0.7.0: Remove comment and output
Browse files Browse the repository at this point in the history
  • Loading branch information
nok committed Jan 9, 2019
1 parent 8e418d9 commit 725ccb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ all: lint test jupytext clean

lint: install.requirements.development
$(info Start [lint] ...)
# $(info $(PYTHON_FILES))
pylint --rcfile=.pylintrc --output-format=text $(PYTHON_FILES) 2>&1 | tee pylint.txt | sed -n 's/^Your code has been rated at \([-0-9.]*\)\/.*/\1/p'

test: install.requirements.development
Expand Down

0 comments on commit 725ccb7

Please sign in to comment.