From be3432cb2f838176b5f5d7dc0623c8c8fb64a40e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gregor=20Jer=C5=A1e?= Date: Mon, 6 Jan 2025 11:55:53 +0100 Subject: [PATCH] Temporary disable stubs package due to compatibility issues --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5e191277b..8719d4c55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",