Hans-Christoph Steiner
6774ab7a92
disable new pylint errors, this code is frozen
2022-09-06 22:45:46 +02:00
linsui
e0461ca1bf
Make lint max-line-length to 88 for black
2021-06-24 12:15:01 +00:00
Hans-Christoph Steiner
007c62065d
pylint flags "_" as bad variable name, its the gettext function
...
Throughout the fdroidserver code base, "_()" is used for localizing
strings. So it should not be used as an ignored variable name. Those
should be called "_ignored".
2021-02-12 10:56:31 +01:00
Hans-Christoph Steiner
12c80f9062
update outdated pylint setup
...
The logilab-astng lib is dead, replaced by python-astroid. The crazy astng
plugin is no longer needed also.
#281
2017-05-23 22:34:16 +02:00