Fix the black check in circleci

This commit is contained in:
Carmen Bianca Bakker 2019-04-27 12:48:21 +02:00
parent 4f48345fa2
commit 59294439e7
Failed to generate hash of commit

View file

@ -213,10 +213,7 @@ jobs:
- run:
command: |
export PATH="$HOME/miniconda/bin:$PATH"
cd xonsh/
black --exclude ply *.py --check
cd ../xontrib/
black *.py --check
black --check --exclude=xonsh/ply/ xonsh/ xontrib/
workflows: