Skip to content

Commit

Permalink
Merge pull request #603 from Carreau/test
Browse files Browse the repository at this point in the history
third try to run black on modified code.
  • Loading branch information
Carreau committed Aug 20, 2020
2 parents 842ce91 + 6fefccd commit bf3251f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 200
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand All @@ -24,6 +26,5 @@ jobs:
python -m pip install --upgrade pip
pip install 'darker>=1.1'
- name: Lint with black
uses: actions/checkout@v2
run: |
darker --check -r 61c7c8f5030d116de210f67d851ec9afa9f16170 .

0 comments on commit bf3251f

Please sign in to comment.