python-cffi / cffi

A Foreign Function Interface package for calling C libraries from Python.
https://cffi.readthedocs.io/en/latest/
Other
131 stars 42 forks source link

Fix undefined names in Python `demo` files #99

Closed cclauss closed 3 months ago

cclauss commented 4 months ago

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

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

arigo commented 4 months ago

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 commented 3 months ago

OK. Only in demo files.