Skip to content

Commit

Permalink
Update linter
Browse files Browse the repository at this point in the history
  • Loading branch information
OldPanda committed Sep 18, 2023
1 parent 67a6efd commit dc0601f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- name: Install Python dependencies
run: |
pip install black \
pip install mypy
pip install mypy \
pip install .
- name: Run linters
uses: wearerequired/lint-action@v2
Expand Down

0 comments on commit dc0601f

Please sign in to comment.