chore: add djangorestframework-stubs dependency and suppress lint warning with # noqa in parsers views
Some checks failed
CI/CD Pipeline / Build & Push Images (push) Has been cancelled
CI/CD Pipeline / Deploy (dev) (push) Has been cancelled
CI/CD Pipeline / Deploy (prod) (push) Has been cancelled
CI/CD Pipeline / Code Quality Checks (push) Has been cancelled
CI/CD Pipeline / Run Tests (push) Has been cancelled

This commit is contained in:
2026-02-10 11:31:29 +01:00
parent f9eadb83d5
commit 4186c64f49
3 changed files with 20 additions and 1 deletions

View File

@@ -52,6 +52,7 @@ dependencies = [
"playwright>=1.57.0",
"pylint>=3.0",
"whitenoise>=6.11.0",
"djangorestframework-stubs>=3.14.5",
]
[project.optional-dependencies]