Skip to content

Commit

Permalink
Merge pull request #18 from robotpy/black
Browse files Browse the repository at this point in the history
Format code with black
  • Loading branch information
virtuald authored Sep 25, 2019
2 parents e7aea3b + bea0b5a commit 22d7160
Show file tree
Hide file tree
Showing 8 changed files with 3,430 additions and 2,192 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ python:
matrix:
fast_finish: true

# jobs:
# include:
# - stage: format-check
# python:
# - "3.6"
# install:
# - pip install black
# script:
# - black --check --diff .
jobs:
include:
- stage: format-check
python:
- "3.6"
install:
- pip install black
script:
- black --check --diff .

# command to install dependencies
install:
Expand Down
Loading

0 comments on commit 22d7160

Please sign in to comment.