hide passwords and secrets from repo-config subcommand by default

This commit is contained in:
2023-02-05 16:42:29 +02:00
parent d113c65c81
commit 125da217d3
14 changed files with 86 additions and 35 deletions

View File

@ -533,5 +533,5 @@ valid-metaclass-classmethod-first-arg=cls
# Exceptions that will emit a warning when being caught. Defaults to
# "BaseException, Exception".
overgeneral-exceptions=BaseException,
Exception
overgeneral-exceptions=builtins.BaseException,
builtins.Exception