Skip to content

Conversation

@soapun
Copy link

@soapun soapun commented Oct 26, 2025

No description provided.

content: "97DC185FE0A2F5B123861F0790FDFB26" # pragma: allowlist secret
- - meta
- name: "yandex-verification"
content: "9b105f7c58cbc920"
Copy link
Contributor

Choose a reason for hiding this comment

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

Why pragma: allowlist secret is here?

As I see, we already exclude this file from detect-secrets pre-commit hook check. Is some other linter checks fails on this lines?

@@ -0,0 +1,2 @@
# for compatibility with opentelemetry-instrumentation
_instruments = ("taskiq >= 0.11.19",)
Copy link
Contributor

Choose a reason for hiding this comment

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

Just wondering: do we need to update version in this file on every release?


self.assertEqual(result.return_value, {"key": "value"})

@pytest.mark.anyio
Copy link
Contributor

Choose a reason for hiding this comment

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

I enabled anyio_mode = "auto" flag for pytest. So tests doesn't need to explicitly say that they are async with pytest.mark.anyio marker.

You can just remove it and tests should work as they were)

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

Labels

None yet

2 participants