mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-05-03 06:26:33 +00:00
hide passwords and secrets from repo-config subcommand by default
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user