Skip to content

[2.0] Remove # coding: utf-8#2641

Merged
sentrivana merged 2 commits into
sentry-sdk-2.0from
ivana/py2.7/remove-coding
Jan 16, 2024
Merged

[2.0] Remove # coding: utf-8#2641
sentrivana merged 2 commits into
sentry-sdk-2.0from
ivana/py2.7/remove-coding

Conversation

@sentrivana

@sentrivana sentrivana commented Jan 15, 2024

Copy link
Copy Markdown
Contributor

Removes # -*- coding: utf-8 -*- and friends.

Requires #2640


General Notes

Thank you for contributing to sentry-python!

Please add tests to validate your changes, and lint your code using tox -e linters.

Running the test suite on your PR might require maintainer approval. Some tests (AWS Lambda) additionally require a maintainer to add a special label to run and will fail if the label is not present.

For maintainers

Sensitive test suites require maintainer review to ensure that tests do not compromise our secrets. This review must be repeated after any code revisions.

Before running sensitive test suites, please carefully check the PR. Then, apply the Trigger: tests using secrets label. The label will be removed after any code changes to enforce our policy requiring maintainers to review all code revisions before running sensitive tests.

@szokeasaurusrex szokeasaurusrex left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I found a # -*- coding: utf-8 -*- comment in tests/integrations/grpc/grpc_test_service_pb2.py. Did you leave this one there intentionally?

@sentrivana

Copy link
Copy Markdown
Contributor Author

I found a # -*- coding: utf-8 -*- comment in tests/integrations/grpc/grpc_test_service_pb2.py. Did you leave this one there intentionally?

Yes, I skipped that one because of this: https://github.com/getsentry/sentry-python/blob/715c5a63839a04f38fbf90ab23ac072f1dd194db/tests/integrations/grpc/grpc_test_service_pb2.py#L2C1-L2C59

@szokeasaurusrex

Copy link
Copy Markdown
Member

@sentrivana
sentrivana merged commit 410dba1 into sentry-sdk-2.0 Jan 16, 2024
@sentrivana
sentrivana deleted the ivana/py2.7/remove-coding branch January 16, 2024 13:18
@sentrivana sentrivana self-assigned this Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants