ruff: enable RUF ruleset
This commit is contained in:
parent
664c40e3e8
commit
b594377a59
15 changed files with 31 additions and 27 deletions
|
@ -81,7 +81,7 @@ def entries() -> Iterable[Entry]:
|
|||
cmds = [base] # rely on default
|
||||
else:
|
||||
# otherwise, 'merge' them
|
||||
cmds = [base + ['--logfile', f] for f in inps]
|
||||
cmds = [[*base, '--logfile', f] for f in inps]
|
||||
|
||||
import ijson.backends.yajl2_cffi as ijson # type: ignore
|
||||
from subprocess import Popen, PIPE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue