You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pre-commit checks every file separately, so the config object is printed multiple times polluting stdout.
It feels like it should only be printed for debugging purposes (e.g. with --debug option enabled).
pre-commit
checks every file separately, so the config object is printed multiple times polluting stdout.It feels like it should only be printed for debugging purposes (e.g. with
--debug
option enabled).pydoclint/pydoclint/parse_config.py
Lines 73 to 77 in 04bd231
The text was updated successfully, but these errors were encountered: