tach check
with circular dependencies should emit more details
#476
Labels
enhancement
New feature or request
With the configuration
forbid_circular_dependencies = true
, runningtach check
on a codebase that has circular imports may emit something like the following:But doesn't provide much more beyond that.
It would be better to add a
--verbose
or--debug
flag to this check to emit more details as to what cycle was found, how many steps, and generally provide more context to the reader on how to resolve.The text was updated successfully, but these errors were encountered: