Skip to content

Commit

Permalink
Fix linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Oct 16, 2024
1 parent 72d1e0c commit 6c331e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
- name: ruff
run: |
ruff --version
ruff check matcalc
ruff format matcalc --check
ruff check src
ruff format src --check
- name: mypy
run: |
mypy --version
rm -rf .mypy_cache
mypy matcalc
mypy src

0 comments on commit 6c331e7

Please sign in to comment.