Ask a question to get started
Enter to send•Shift+Enter new line
Check if a warning key is suppressed in the config file.
Reads the [warnings].suppress list from config.toml and checks whether key is present.
[warnings].suppress
config.toml
key
is_warning_suppressed( key: str, config_path: Path | None = None, ) -> bool
str
Warning identifier to check (e.g., 'ripgrep').
'ripgrep'
config_path
Path | None
None
Path to config file.
Defaults to ~/.deepagents/config.toml.
~/.deepagents/config.toml