Skip to content

Commit

Permalink
add black check to static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Dec 22, 2023
1 parent ccb807c commit 654380f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
poetry run pip install -U "${{ matrix.django-version }}"
- name: Run Static Analysis
run: |
poetry run black django_typer --check
poetry run pylint django_typer
poetry run mypy django_typer
poetry run doc8 -q doc
Expand Down
1 change: 0 additions & 1 deletion django_typer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ def __init__(


class DjangoAdapterMixin: # pylint: disable=too-few-public-methods

context_class: Type[click.Context] = Context

def __init__(
Expand Down

0 comments on commit 654380f

Please sign in to comment.