Skip to content

Commit

Permalink
Try to disable darglint, pydocstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
F. Dangel committed Apr 27, 2020
1 parent 716607a commit 77f811d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
run: |
make black-check
pydocstyle:
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
if: false
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
Expand All @@ -59,10 +59,10 @@ jobs:
run: |
make pydocstyle-check
darglint:
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
if: false
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit 77f811d

Please sign in to comment.