Skip to main content
Module warnings
foundry_
config
1.6.0
Module warnings
Module Items
Structs
Constants
In foundry_
config::
providers
foundry_config
::
providers
Module
warnings
Copy item path
Source
Structs
ยง
Warnings
Provider
Generate warnings for unknown sections and deprecated keys
Constants
ยง
BACKWARD_
COMPATIBLE_
KEYS
๐
Keys kept for backward compatibility that should not trigger unknown key warnings.
COMPILATION_
RESTRICTIONS_
KEYS
๐
Allowed keys for CompilationRestrictions.
RESERVED_
KEYS
๐
Reserved keys that should not trigger unknown key warnings.
SETTINGS_
OVERRIDES_
KEYS
๐
Allowed keys for SettingsOverrides.
VYPER_
KEYS
๐
Allowed keys for VyperConfig. Required because VyperConfig uses
skip_serializing_if = "Option::is_none"
on all fields, causing the default serialization to produce an empty dict.