Make exit code success when Steep has unreported type errors by pocke · Pull Request #171 · soutaro/steep

Probably it fixes #158 problem Steep exits with status code 1 unexpectedly. The cause is type-checking options. Steep CLI filters type errors by this option. steep/lib/steep/drivers/...