Skip to content

Commit

Permalink
black and isort are circular
Browse files Browse the repository at this point in the history
  • Loading branch information
India Kerle committed May 8, 2024
1 parent b5e9ccd commit 6fb49c3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,4 @@ jobs:
- name: Run black
if: always()
shell: bash
run: black --check ojd_daps_skills tests

- name: Run isort
if: always()
shell: bash
run: isort --check-only ojd_daps_skills tests
run: black --check ojd_daps_skills tests

0 comments on commit 6fb49c3

Please sign in to comment.