-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use ruff for linting #771
base: main
Are you sure you want to change the base?
Use ruff for linting #771
Conversation
Without this, File "/Users/dan/src/temporalio/sdk-python/.venv/lib/python3.13/site-packages/setuptools/config/pyprojecttoml.py", line 55, in validate raise ValueError(f"{error}\n{summary}") from None ValueError: invalid pyproject.toml config: `project.license`. configuration error: `project.license` must be valid exactly by one definition (2 matches found): - keys: 'file': {type: string} required: ['file'] - keys: 'text': {type: string} required: ['text']
Don't understand why they are showing on this branch only under same versions as main: Python 3.13.1 mypy 1.4.1 (compiled: no)
As seen in pydantic-core
Do not use `--no-install-project`.
…dk_bridge/" This reverts commit c62cf00.
import tests.worker.workflow_sandbox.testmodules.invalid_module | ||
pass |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this meant to be removed?
@@ -194,9 +194,9 @@ | |||
|
|||
# gRPC is optional | |||
try: | |||
import grpc | |||
import grpc # noqa # type: ignore |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just for my own curiosity, what was failing here that is requiring these two comments?
# TODO: wat | ||
f(self, other) # type: ignore # noqa: F821 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do not know what I was thinking here, but it's likely a bug. Would definitely welcome a test that covers this and fixes it to do what it is supposed to.
e89f5b2
to
bc54894
Compare
WISOTT
PR targets
maturin
branch #768