Skip to content

Commit

Permalink
fix linting run
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriajury committed Oct 14, 2024
1 parent 1e12d41 commit 7da1928
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
pipenv install --dev
- name: Linting
run: |
pipenv run black -l 120
pipenv run flake8
pipenv run mypy
pipenv run isort
pipenv run black -l 120 .
pipenv run flake8 .
pipenv run mypy .
pipenv run isort .
- name: Run Tests
run: |
python manage.py test

0 comments on commit 7da1928

Please sign in to comment.