You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ pylint --rcfile=tests/pylint.conf setup.pyFAIL: test_pylint (tests.test_pylint.PylintTestCase.test_pylint)Test: Run pylint on Python source code.----------------------------------------------------------------------Traceback (most recent call last): File "/__w/bdebstrap/bdebstrap/tests/test_pylint.py", line 74, in test_pylint self.fail("\n".join(msgs))AssertionError: pylint found issues:************* Module setupsetup.py:60:4: C0116: Missing function or method docstring (missing-function-docstring)setup.py:57:0: R0903: Too few public methods (1/2) (too-few-public-methods)
Test log on Debian unstable with pylint 3.2.2:
Details: https://github.com/jaxvanyang/bdebstrap/actions/runs/10195928879/job/28205613974
Maybe we should fix C0116 and ignore R0903.
The text was updated successfully, but these errors were encountered: