Skip to content

Commit

Permalink
fix: remove explicit isort config
Browse files Browse the repository at this point in the history
  • Loading branch information
cakeinsauce committed May 17, 2024
1 parent 963a7d2 commit 7681203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
poetry install --only dev
- name: Run Isort
run: |
poetry run isort --config $LINT_CONFIG --diff --check-only /
poetry run isort --diff --check-only /
- name: Run Black
run: |
poetry run black --config $LINT_CONFIG --diff --check /

0 comments on commit 7681203

Please sign in to comment.