aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* pylintrc: merge into pyproject.tomlMike Frysinger2024-01-101-58/+0
| | | | | | The same settings, but we have a single file for all our configs now. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* pylintrc: remove old entriesMike Frysinger2023-12-141-3/+0
| | | | | Signed-off-by: Mike Frysinger <vapier@chromium.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* lddtree: re-enable long line checksMike Frysinger2021-04-151-1/+1
| | | | | | | | | Adjust our line length to be 100 cols. This matches what the code has largely been using already, and it fits better with modern systems. People can still write to 80 cols as makes sense, but we'll consider that a soft limit with 100 cols as the upper hard limit. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* pylintrc: adjust python code to 4 space indentMike Frysinger2021-04-151-1/+1
| | | | | | | | | | | This aligns with the latest Google/PEP standards. This doesn't add any pylint warnings as we've been disabling long lines in here for a long time. We don't do any other reformatting to try and cut down on git log/diff noise. Looking at this with --word-diff=color shows only whitespace changes. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* pylintrc: enable more warningsMike Frysinger2020-03-261-0/+27
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* pylint: add a helper to keep python code cleanMike Frysinger2017-02-161-0/+34
Fix up some lddtree logic at the same time so it's warning free.