Skip to content

Commit

Permalink
fix isort and black CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Mar 2, 2024
1 parent c0b7aaa commit 8833506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
poetry run pip install -U "Django~=${{ matrix.django-version }}"
- name: Run Static Analysis
run: |
poetry run isort django_typer --check
poetry run black django_typer --check
poetry run isort django_enum --check
poetry run black django_enum --check
poetry run pylint django_enum
poetry run mypy django_enum
poetry check
Expand Down

0 comments on commit 8833506

Please sign in to comment.