+2024-04-18 Collin Funk <collin.funk1@gmail.com>
+
+ gnulib-tool.py: Ignore 'attribute-defined-outside-init' warnings.
+ * pygnulib/.pylintrc: Add W0201 to the disabled warnings.
+ See discussion here:
+ <https://lists.gnu.org/archive/html/bug-gnulib/2024-04/msg00275.html>
+
2024-04-17 Bruno Haible <bruno@clisp.org>
totalorder* tests: Strengthen tests.
# .pylintrc
[MESSAGES CONTROL]
-disable=C0103,C0114,C0121,C0123,C0209,C0301,C0302,R0902,R0912,R0913,R0914,R0915,R1705,R1702,R1720,R1735
+disable=C0103,C0114,C0121,C0123,C0209,C0301,C0302,R0902,R0912,R0913,R0914,R0915,R1705,R1702,R1720,R1735,W0201
# Local Variables:
# mode: conf