5 lines
158 B
TOML
5 lines
158 B
TOML
warn-on-all-wildcard-imports = true
|
|
|
|
# This should be ignored since `warn-on-all-wildcard-imports` has higher precedence
|
|
allowed-wildcard-imports = ["utils"]
|