Commit 4f15b6d
style: fix E7670 pylint error for SAML_METADATA_URL_ALLOW_PRIVATE_IPS
The setting annotation used setting_name/setting_default which triggers
E7670 (setting-boolean-default-value) for boolean defaults. This was
fixed on master using toggle_name/toggle_default annotations (which
allow boolean values) but was not backported to ulmo. Fixing here
alongside the other style issues.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 67ef02d commit 4f15b6d
1 file changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1576 | 1576 | | |
1577 | 1577 | | |
1578 | 1578 | | |
1579 | | - | |
1580 | | - | |
1581 | | - | |
| 1579 | + | |
| 1580 | + | |
| 1581 | + | |
1582 | 1582 | | |
1583 | 1583 | | |
1584 | 1584 | | |
1585 | 1585 | | |
1586 | | - | |
| 1586 | + | |
1587 | 1587 | | |
1588 | 1588 | | |
| 1589 | + | |
| 1590 | + | |
| 1591 | + | |
1589 | 1592 | | |
1590 | 1593 | | |
1591 | 1594 | | |
| |||
0 commit comments