From 8833506c4f5f9aac1bfe826b27d3e88c42a783be Mon Sep 17 00:00:00 2001 From: Brian Kohan Date: Sat, 2 Mar 2024 14:59:34 -0800 Subject: [PATCH] fix isort and black CI runs --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 796ff15..29130d5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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