Skip to content

Commit

Permalink
Temporary disable stubs package
Browse files Browse the repository at this point in the history
due to compatibility issues
  • Loading branch information
gregorjerse committed Jan 15, 2025
1 parent effeb6f commit be3432c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ test = [
"daphne>=4.1.2",
"django-filter-stubs>=0.1.3",
"django-stubs>=5.1.1",
"djangorestframework-stubs[compatible-mypy]>=3.15.2",
# Temporary disable due to compatibility issues with mypy.
#"djangorestframework-stubs[compatible-mypy]>=3.15.2",
"flake8>=7.1.1",
"isort>=5.13.2",
"mypy>=1.14.1",
Expand Down

0 comments on commit be3432c

Please sign in to comment.