Skip to content

Commit

Permalink
don't block on isort linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jbloom-md committed Mar 10, 2024
1 parent 951a320 commit 3949a46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
run: poetry run flake8 .
- name: black code formatting
run: poetry run black . --check
- name: isort linting
run: poetry run isort . --check-only --diff
# - name: isort linting
# run: poetry run isort . --check-only --diff
- name: type checking
run: poetry run pyright
- name: Run Unit Tests
Expand Down

0 comments on commit 3949a46

Please sign in to comment.