Skip to content

Commit 8833506

Browse files
committed
fix isort and black CI runs
1 parent c0b7aaa commit 8833506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
poetry run pip install -U "Django~=${{ matrix.django-version }}"
4141
- name: Run Static Analysis
4242
run: |
43-
poetry run isort django_typer --check
44-
poetry run black django_typer --check
43+
poetry run isort django_enum --check
44+
poetry run black django_enum --check
4545
poetry run pylint django_enum
4646
poetry run mypy django_enum
4747
poetry check

0 commit comments

Comments
 (0)