Closed cclauss closed 3 months ago
% ruff check --select=E9,F63,F7,F82 --output-format=concise
ruff check --select=E9,F63,F7,F82 --output-format=concise
And then fix the resulting undefined names in demo/**/*.py.
demo/**/*.py
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.
OK. Only in demo files.
demo
%
ruff check --select=E9,F63,F7,F82 --output-format=concise
And then fix the resulting undefined names in
demo/**/*.py
.