Skip to content

Commit

Permalink
remove necessary version as could be retrieved from install log
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Oct 20, 2024
1 parent 3edd4d5 commit b89d7a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@ jobs:
- name: ruff
run: |
ruff --version
ruff check .
ruff format --check .
- name: mypy
run: |
mypy --version
rm -rf .mypy_cache
mypy src

0 comments on commit b89d7a9

Please sign in to comment.