#!/usr/bin/env python3 # Isn't touched by manual `--glob` option # This string is not found and touched: foo def foo(bar: int) -> int: return bar + 1 # Some sample code