Skip to content

Commit

Permalink
drop pylint from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
analog-cbarber committed Apr 13, 2024
1 parent 283140d commit 071aada
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ jobs:
- name: ruff
run: |
make ruff
- name: pylint
if: success() || failure()
run: |
make pylint
- name: mypy
if: success() || failure()
run: |
Expand Down

0 comments on commit 071aada

Please sign in to comment.