Skip to content

Commit

Permalink
Update pythonpackage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
djsaunde committed Dec 22, 2019
1 parent 1e72959 commit 54f41fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pythonpackage.yml
Expand Up @@ -21,6 +21,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Format with black
run: |
pip install black
# PEP 8 specifies a max line length of 79
black . -l 79
- name: Lint with flake8
run: |
pip install flake8
Expand Down

0 comments on commit 54f41fc

Please sign in to comment.