diff --git a/.travis.yml b/.travis.yml index fc683e1..e69e84f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,7 +61,7 @@ script: - pytest IPython - mypy IPython/terminal/ptutils.py - mypy IPython/core/c*.py - - darker -r 60625f241f298b5039cb2debc365db38aa7bb522 . + - darker -r 60625f241f298b5039cb2debc365db38aa7bb522 --check . # On the latest Python (on Linux) only, make sure that the docs build. - | if [[ "$TRAVIS_PYTHON_VERSION" == "3.7" ]] && [[ "$TRAVIS_OS_NAME" == "linux" ]]; then