mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
* pygnulib/.pylintrc: Add W0201 to the disabled warnings. See discussion here: <https://lists.gnu.org/archive/html/bug-gnulib/2024-04/msg00275.html>
9 lines
182 B
INI
9 lines
182 B
INI
# .pylintrc
|
|
|
|
[MESSAGES CONTROL]
|
|
disable=C0103,C0114,C0121,C0123,C0209,C0301,C0302,R0902,R0912,R0913,R0914,R0915,R1705,R1702,R1720,R1735,W0201
|
|
|
|
# Local Variables:
|
|
# mode: conf
|
|
# End:
|