Package: pylint3
Version: 1.5.5-1
Severity: minor

$ cat test.py
meat = ['spam', 'ham']
print('%s%s%s' % ('eggs', *meat))

$ python3 test.py
eggsspamham

$ pylint3 test.py | grep -m1 too-few
E:  2, 6: Not enough arguments for format string (too-few-format-args)


-- System Information:
Debian Release: stretch/sid
 APT prefers unstable
 APT policy: (990, 'unstable'), (500, 'experimental')
Architecture: i386 (x86_64)
Foreign Architectures: amd64

Kernel: Linux 4.6.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages pylint3 depends on:
ii  python3-astroid  1.4.6-1
pn  python3:any      <none>

Versions of packages pylint3 recommends:
pn  python3-tk  <none>

Versions of packages pylint3 suggests:
ii  pylint-doc  1.5.5-1

--
Jakub Wilk

Reply via email to