PortAudio / portaudio

PortAudio is a cross-platform, open-source C language library for real-time audio input and output.
Other
1.37k stars 286 forks source link

GitHub Action to spellcheck and lint Python code #899

Closed cclauss closed 1 month ago

cclauss commented 2 months ago

This Action uses minimal steps to run in ~5 seconds to rapidly:

Tools:

@RossBencina

RossBencina commented 2 months ago

I'd prefer to consider the python fixes and the CI workflow as separate PRs.

The fixes are uncontroversial and can me merged as is (although maybe an additional improvement is to explicitly scope the pylab symbols).

The CI I'm not sure about due to imposing linting opinions that I have no idea about since I've never used ruff or codespell.

cclauss commented 2 months ago

Removed the CI workflow.

RossBencina commented 1 month ago

Thank you!