Skip to content

Commit

Permalink
removed pylint linting step from the CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xinp-hub committed Jan 17, 2025
1 parent 7d8019c commit 63381df
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ jobs:
- name: Run type checking
run: poetry run mypy pydiggs

- name: Run linting
run: poetry run pylint pydiggs tests

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 63381df

Please sign in to comment.