Skip to content

Commit

Permalink
💚 [#4788] Ignore ConfigurationStep with pyright in CI
Browse files Browse the repository at this point in the history
currently django_model_refs are not recognized as attributes on the model, an upstream issue has been created for this
  • Loading branch information
stevenbal committed Dec 2, 2024
1 parent 892447f commit 67390e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyright.pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ exclude = [
"src/openforms/formio/formatters/tests/",
"src/openforms/registrations/contrib/zgw_apis/tests/test_backend_partial_failure.py",
"src/openforms/registrations/contrib/zgw_apis/tests/test_utils.py",
# setup_configuration typing doesn't work for `django_model_refs` yet (https://github.com/maykinmedia/django-setup-configuration/issues/25)
"src/openforms/contrib/objects_api/setup_configuration/steps.py",
]
ignore = []

Expand Down

0 comments on commit 67390e6

Please sign in to comment.