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 undefined names in Python demo files #99

Merged
merged 2 commits into from
Jul 26, 2024

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Jul 25, 2024

% ruff check --select=E9,F63,F7,F82 --output-format=concise

And then fix the resulting undefined names in demo/**/*.py.

@arigo
Copy link
Contributor

arigo commented Jul 25, 2024

I'm fine with fixes to the old demos, but I'd prefer not to have random comments show up in the source code of cffi itself.

@cclauss
Copy link
Contributor Author

cclauss commented Jul 26, 2024

OK. Only in demo files.

@arigo arigo merged commit fb6e5dc into python-cffi:main Jul 26, 2024
11 checks passed
@cclauss cclauss deleted the fix-undefined-names-in-Python-code branch July 26, 2024 16:02
@cclauss cclauss changed the title Fix undefined names in Python code Fix undefined names in Python demo files Jul 27, 2024
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.

2 participants