Skip to content

Commit

Permalink
Update ci.sh (#2340)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Oct 7, 2023
1 parent 570a0fc commit 21b7eb6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions {{cookiecutter.project_name}}/docker/django/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ run_ci () {
djlint --lint server

# Running type checking, see https://github.com/typeddjango/django-stubs
mypy manage.py server
mypy tests
mypy manage.py server tests

# Running tests:
pytest
Expand Down

0 comments on commit 21b7eb6

Please sign in to comment.