seddonym / import-linter

Import Linter allows you to define and enforce rules for the internal and external imports within your Python project.
https://import-linter.readthedocs.io/
BSD 2-Clause "Simplified" License
679 stars 49 forks source link

Verbose mode #130

Closed seddonym closed 2 years ago

seddonym commented 2 years ago

When lint-imports takes a long time to run, it can be terminated by some CI services due to lack of output, e.g. this from CircleCI:

Too long with no output (exceeded 10m0s): context deadline exceeded

To stop this happening, it would be helpful if lint-imports could have a --verbose flag that would print out progress.