diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-09 08:18:57 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-09 08:18:57 +0000 |
commit | 3b64505c5a813b72307d14444390ffac9cccb0e5 (patch) | |
tree | 3e33d1ac888c55de4ded16a2a76b4add6f954ecc /pylintrc | |
parent | Releasing debian version 0.10.2-1. (diff) | |
download | eos-downloader-3b64505c5a813b72307d14444390ffac9cccb0e5.tar.xz eos-downloader-3b64505c5a813b72307d14444390ffac9cccb0e5.zip |
Merging upstream version 0.10.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'pylintrc')
-rw-r--r-- | pylintrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,8 @@ disable= invalid-name, logging-fstring-interpolation, fixme, - line-too-long + line-too-long, + too-many-arguments [BASIC] good-names=runCmds, i, y, t, c, x, e, fd, ip, v |