pex-tool / pex

A tool for generating .pex (Python EXecutable) files, lock files and venvs.
https://docs.pex-tool.org/
Apache License 2.0
2.52k stars 258 forks source link

Fix 2-space indent stragglers. #2303

Closed jsirois closed 8 months ago

jsirois commented 8 months ago

Although the transition to black in July 2020 fixed this for the Python code, it never hit either code-strings - which Pex uses a few of - or tox.ini. Fix these.