From: Ɓukasz Langa Date: Thu, 7 Jun 2018 00:04:32 +0000 (-0700) Subject: Use `black .` now that we can X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/fac4cf995c16441dc2e37bc002484d85329f06d6?ds=inline;pf=etc Use `black .` now that we can --- diff --git a/.travis.yml b/.travis.yml index c8507ac..4ac7fbf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ script: - coverage run tests/test_black.py - if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then mypy black.py tests/test_black.py; fi - if [[ $TRAVIS_PYTHON_VERSION == '3.6-dev' ]]; then flake8 black.py tests/test_black.py; fi -- if [[ $TRAVIS_PYTHON_VERSION == '3.7-dev' ]]; then black --check --verbose black.py setup.py tests/test_black.py docs/conf.py; fi +- if [[ $TRAVIS_PYTHON_VERSION == '3.7-dev' ]]; then black --check --verbose .; fi after_success: - coveralls notifications: