Skip to content

Commit

Permalink
Install latest version of djangorestframework-stubs, with correct ver…
Browse files Browse the repository at this point in the history
…sion of mypy
  • Loading branch information
browniebroke committed Dec 13, 2023
1 parent 9a1c60f commit 22b4214
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ deps =
drf313: djangorestframework>=3.13,<3.14
drf314: djangorestframework>=3.14,<3.15
pytest: -rrequirements.txt
# Fix theses
mypy: git+https://github.com/typeddjango/djangorestframework-stubs.git@946c7d60aaecdc9ef307f5e1f8eb55f7083ffb16#egg=djangorestframework-stubs
mypy: djangorestframework-stubs
mypy: djangorestframework-stubs[compatible-mypy]
commands=
pytest: pytest --cov drf_writable_nested --cov-report=xml
mypy: mypy example
Expand Down

0 comments on commit 22b4214

Please sign in to comment.