Skip to content

Commit

Permalink
attempt to add python black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinL committed Dec 4, 2019
1 parent e58ff0a commit 99f74ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
python -m pip install --upgrade pip
pip install poetry
poetry install
- name: Lint with
uses: lgeiger/black-action@v1.0.1
- name: Check compliance with black
uses: lgeiger/black-action@master
- name: Lint with flake8
run: |
pip install flake8
Expand Down

0 comments on commit 99f74ae

Please sign in to comment.