-
Notifications
You must be signed in to change notification settings - Fork 302
Closed
pylint-dev/pylint
#10213Labels
Description
Running the GitHub Actions tests on Python 3.13 fails with:
cpplint.py:47:0: W4901: Deprecated module 'getopt' (deprecated-module)
https://pylint.readthedocs.io/en/stable/user_guide/messages/warning/deprecated-module.html
Should be fixed in pylint v3.3.5
Reactions are currently unavailable