pygame-community / pygame-ce

🐍🎮 pygame - Community Edition is a FOSS Python library for multimedia applications (like games). Built on top of the excellent SDL library.
https://pyga.me
853 stars 140 forks source link

Remove lint logic from setup.py #2796

Closed cclauss closed 5 months ago

cclauss commented 5 months ago

Followup to

Pylint is too slow to run in pre-commit but let's keep it running in GitHub Actions. This could be sped up radically with ruff check --select=PL but that could be a future enhancement.

oddbookworm commented 5 months ago

I'd like to give this PR a small wait, just so that the other devs can get onboard the pre-commit strategy and not have any issues with it.

FWIW I'm on board with pre-commit