You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 19, 2025. It is now read-only.
When creating some Pydantic Types especially in types.py we get some linter errors after running the pre-commit script or the makefile target. The Pydantic code is "correct" but the linter errors mean the pre-commit check won't let us commit this Pydantic code. We need to figure out a way to selectively ignore or correct certain "type errors" that show up.
When creating some Pydantic Types especially in
types.pywe get some linter errors after running the pre-commit script or the makefile target. The Pydantic code is "correct" but the linter errors mean the pre-commit check won't let us commit this Pydantic code. We need to figure out a way to selectively ignore or correct certain "type errors" that show up.