Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Conversation

@philvarner
Copy link
Contributor

@philvarner philvarner commented Nov 8, 2024

I replaced the existing custom pre-commit action with a simpler (non-cached) call to run it directly. If we want to do it right, we should be using https://github.com/marketplace/pre-commit-ci, but this will suffice for now.

@philvarner
Copy link
Contributor Author

@c-wygoda could you merge this as an administrator? I can't because the removed lint job "failed" (doesn't exist and didn't run).

@c-wygoda
Copy link
Member

removed lint from the required checks since it's baked into the test job now.

@c-wygoda c-wygoda merged commit 435d0b1 into main Nov 12, 2024
@c-wygoda c-wygoda deleted the pv/mypy branch November 12, 2024 15:50
class Order(Feature[Geometry, OrderProperties]):
# We need to enforce that orders have an id defined, as that is required to
# retrieve them via the API
id: StrictInt | StrictStr # type: ignore
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

# type: ignore here is required to satisfy certain type checkers (pyright) because this change makes id incompatible with Feature (which has id: StrictInt | StrictStr | None) without a default value.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants