Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
Added yapf to linting stage
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackevansevo committed Jun 13, 2017
1 parent b882572 commit bf3411a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/lint
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ set -x
${PREFIX}flake8 basic_utils tests
${PREFIX}isort basic_utils tests --recursive --check-only
${PREFIX}mypy basic_utils tests
${PREFIX}yapf -rdp basic_utils
${PREFIX}python -m doctest basic_utils/[a-zA-Z]*.py

0 comments on commit bf3411a

Please sign in to comment.