Skip to content

Commit

Permalink
use ruff instead of pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
analog-cbarber authored Jun 23, 2024
1 parent 3dd61a1 commit 9d31998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- name: Dev install package
run: |
conda run -n mkxref-dev pip install -e . --no-deps --no-build-isolation
- name: pylint
- name: ruff
run: |
make pylint
make ruff
- name: mypy
if: success() || failure()
run: |
Expand Down

0 comments on commit 9d31998

Please sign in to comment.