Skip to content
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

Fix compatibility of check_copy_ast_without_context with Py 3.13b1 #17

Merged
merged 1 commit into from
May 15, 2024

Conversation

frenzymadness
Copy link
Contributor

Resolves: #16

I've tried to split the regex for better readability but feel free to tell me your preference.

@frenzymadness
Copy link
Contributor Author

An alternative regex might be r"(, |(?<=\())ctx=(Load|Store|Del)\(\)".

@alexmojaki
Copy link
Owner

Thanks!

@alexmojaki alexmojaki merged commit c1dd5b3 into alexmojaki:master May 15, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test failure with Python 3.13.0b1
2 participants