pypa / pipx

Install and Run Python Applications in Isolated Environments
https://pipx.pypa.io
MIT License
10.23k stars 411 forks source link

Apply preview ruff/Pylint rule PLC0206 #1466

Closed DimitriPapadopoulos closed 3 months ago

DimitriPapadopoulos commented 3 months ago

Summary of changes

PLC0206 Extracting value from dictionary without calling `.items()`

Test plan

CI tests.

chrysle commented 3 months ago

Could you merge your style improvements to cut down on CI runs in the future?

chrysle commented 3 months ago

Please rebase; we really need to enable merge queues in the near future.