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 81b3304 commit 08bc9b5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ jobs:
- name: Install Python dependencies
run: |
pip install black \
pip install mypy
pip install mypy \
pip install .
- name: Run Black linters
uses: wearerequired/lint-action@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
black: true
mypy: true
auto_fix: true

- name: Run mypy
run: |
mypy bloomfilter/ --strict

0 comments on commit 08bc9b5

Please sign in to comment.