Skip to content

Commit dae42a3

Browse files
🙈 Ignore setup_configuration package in type checking
This seems to be a problem in every package with setup-configuration support, need to do something about it in the future.
1 parent 219577e commit dae42a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ include = [
124124
ignore = [
125125
# at the time of writing, the type definitions in factory-boy are still broken
126126
"mozilla_django_oidc_db/tests/factories.py",
127+
# don't know what's going on here, in particular because it's based on Pydantic I'd
128+
# expect this to have zero type checking issues. TODO for later
129+
"mozilla_django_oidc_db/setup_configuration/",
127130
]
128131
# pythonVersion = "3.10"
129132
pythonPlatform = "Linux"

0 commit comments

Comments
 (0)