diff options
author | 2020-08-03 18:43:27 -0400 | |
---|---|---|
committer | 2020-08-03 16:28:05 -0700 | |
commit | d4c94aeb39e7b17eeb87257771a90f41640ebb24 (patch) | |
tree | cdeae18a20ea93e3ca7129cde39c19e0e0f42b88 /pylintrc | |
parent | lib/portage/cache/fs_template.py: fix whitespace (diff) | |
download | portage-d4c94aeb39e7b17eeb87257771a90f41640ebb24.tar.gz portage-d4c94aeb39e7b17eeb87257771a90f41640ebb24.tar.bz2 portage-d4c94aeb39e7b17eeb87257771a90f41640ebb24.zip |
pylintrc: turn on trailing-whitespace
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'pylintrc')
-rw-r--r-- | pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ # --disable=W". #disable=no-absolute-import,bad-continuation,C0103,C0114,C0115,E1101,W0201,no-name-in-module disable=all -enable=redefined-builtin,useless-object-inheritance,trailing-newlines,unused-import +enable=redefined-builtin,useless-object-inheritance,trailing-newlines,unused-import,trailing-whitespace # A comma-separated list of package or module names from where C extensions may # be loaded. Extensions are loading into the active Python interpreter and may |