DEBSOURCES
Skip Quicknav
sources / prospector / 1.10.3-3 / tests / tools / pycodestyle / testpath / test_space_tab.py
123456
# fmt: off # flake8: noqa for a in "abc": a == 1 # indented with 8 spaces for b in "xyz": b == b # indented with 1 tab