Commit caa079e
Fix ruff B008: use module-level singleton for default ScanOrder
Replace TaskOrder() function call in argument default with a
module-level singleton _DEFAULT_SCAN_ORDER to satisfy ruff B008
(no function calls in argument defaults).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 1c73ea4 commit caa079e
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1755 | 1755 | | |
1756 | 1756 | | |
1757 | 1757 | | |
| 1758 | + | |
| 1759 | + | |
| 1760 | + | |
1758 | 1761 | | |
1759 | 1762 | | |
1760 | 1763 | | |
| |||
1837 | 1840 | | |
1838 | 1841 | | |
1839 | 1842 | | |
1840 | | - | |
| 1843 | + | |
1841 | 1844 | | |
1842 | 1845 | | |
1843 | 1846 | | |
| |||
0 commit comments