mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
Fix the black check in circleci
This commit is contained in:
parent
4f48345fa2
commit
59294439e7
1 changed files with 1 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue