aboutsummaryrefslogtreecommitdiff
path: root/pylint
Commit message (Collapse)AuthorAgeFilesLines
* pylintrc: merge into pyproject.tomlMike Frysinger2024-01-101-1/+1
| | | | | | The same settings, but we have a single file for all our configs now. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* update copyright headersMike Frysinger2024-01-011-1/+1
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* pylint: reformat with blackMike Frysinger2022-09-281-11/+8
| | | | | | Also drop a few Python 2 specific things. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* pylintrc: adjust python code to 4 space indentMike Frysinger2021-04-151-23/+23
| | | | | | | | | | | 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>
* pylint: load python via $PATHMike Frysinger2020-03-261-2/+2
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* pylint: add a helper to keep python code cleanMike Frysinger2017-02-161-0/+49
Fix up some lddtree logic at the same time so it's warning free.