Commit cd755c1
committed
fix!: Fix shadowing of python builtins
docs/conf.py:56:1: A001 Variable `copyright` is shadowing a Python builtin
src/libvcs/_internal/subprocess.py:333:9: A002 Argument `input` is shadowing a Python builtin
src/libvcs/_internal/subprocess.py:346:9: A002 Argument `input` is shadowing a Python builtin
src/libvcs/_internal/subprocess.py:359:9: A002 Argument `input` is shadowing a Python builtin
src/libvcs/_internal/subprocess.py:372:9: A002 Argument `input` is shadowing a Python builtin
src/libvcs/_internal/subprocess.py:385:9: A002 Argument `input` is shadowing a Python builtin
src/libvcs/_internal/subprocess.py:397:9: A002 Argument `input` is shadowing a Python builtin
src/libvcs/_internal/subprocess.py:449:9: A002 Argument `input` is shadowing a Python builtin
src/libvcs/_internal/subprocess.py:463:9: A002 Argument `input` is shadowing a Python builtin
src/libvcs/_internal/subprocess.py:477:9: A002 Argument `input` is shadowing a Python builtin
src/libvcs/_internal/subprocess.py:492:9: A002 Argument `input` is shadowing a Python builtin
src/libvcs/_internal/subprocess.py:506:9: A002 Argument `input` is shadowing a Python builtin
src/libvcs/_internal/subprocess.py:519:9: A002 Argument `input` is shadowing a Python builtin
src/libvcs/cmd/git.py:86:9: A002 Argument `help` is shadowing a Python builtin
src/libvcs/cmd/git.py:262:9: A002 Argument `all` is shadowing a Python builtin
src/libvcs/cmd/git.py:316:13: A001 Variable `filter` is shadowing a Python builtin
src/libvcs/cmd/git.py:401:9: A002 Argument `all` is shadowing a Python builtin
src/libvcs/cmd/git.py:459:13: A001 Variable `filter` is shadowing a Python builtin
src/libvcs/cmd/git.py:579:9: A002 Argument `exec` is shadowing a Python builtin
src/libvcs/cmd/git.py:594:9: A002 Argument `quit` is shadowing a Python builtin
src/libvcs/cmd/git.py:803:9: A002 Argument `all` is shadowing a Python builtin
src/libvcs/cmd/git.py:942:13: A001 Variable `filter` is shadowing a Python builtin
src/libvcs/cmd/git.py:1110:9: A002 Argument `all` is shadowing a Python builtin
src/libvcs/cmd/git.py:1868:9: A002 Argument `all` is shadowing a Python builtin
src/libvcs/cmd/git.py:2089:9: A002 Argument `hash` is shadowing a Python builtin
src/libvcs/cmd/git.py:2326:13: A001 Variable `filter` is shadowing a Python builtin
src/libvcs/cmd/git.py:2599:9: A002 Argument `all` is shadowing a Python builtin
src/libvcs/cmd/git.py:2905:9: A002 Argument `all` is shadowing a Python builtin
Found 28 errors.1 parent 6b9eacb commit cd755c1
3 files changed
+36
-35
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
| 262 | + | |
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
317 | | - | |
| 316 | + | |
| 317 | + | |
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | | - | |
| 401 | + | |
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
| |||
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
459 | | - | |
460 | | - | |
| 459 | + | |
| 460 | + | |
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
| |||
486 | 486 | | |
487 | 487 | | |
488 | 488 | | |
489 | | - | |
| 489 | + | |
490 | 490 | | |
491 | 491 | | |
492 | 492 | | |
| |||
576 | 576 | | |
577 | 577 | | |
578 | 578 | | |
579 | | - | |
| 579 | + | |
580 | 580 | | |
581 | 581 | | |
582 | 582 | | |
| |||
591 | 591 | | |
592 | 592 | | |
593 | 593 | | |
594 | | - | |
| 594 | + | |
595 | 595 | | |
596 | 596 | | |
597 | 597 | | |
| |||
633 | 633 | | |
634 | 634 | | |
635 | 635 | | |
636 | | - | |
637 | | - | |
| 636 | + | |
| 637 | + | |
638 | 638 | | |
639 | 639 | | |
640 | 640 | | |
| |||
729 | 729 | | |
730 | 730 | | |
731 | 731 | | |
732 | | - | |
| 732 | + | |
733 | 733 | | |
734 | 734 | | |
735 | 735 | | |
| |||
800 | 800 | | |
801 | 801 | | |
802 | 802 | | |
803 | | - | |
| 803 | + | |
804 | 804 | | |
805 | 805 | | |
806 | 806 | | |
| |||
939 | 939 | | |
940 | 940 | | |
941 | 941 | | |
942 | | - | |
943 | | - | |
| 942 | + | |
| 943 | + | |
944 | 944 | | |
945 | 945 | | |
946 | 946 | | |
| |||
969 | 969 | | |
970 | 970 | | |
971 | 971 | | |
972 | | - | |
| 972 | + | |
973 | 973 | | |
974 | 974 | | |
975 | 975 | | |
| |||
1107 | 1107 | | |
1108 | 1108 | | |
1109 | 1109 | | |
1110 | | - | |
| 1110 | + | |
1111 | 1111 | | |
1112 | 1112 | | |
1113 | 1113 | | |
| |||
1124 | 1124 | | |
1125 | 1125 | | |
1126 | 1126 | | |
1127 | | - | |
| 1127 | + | |
1128 | 1128 | | |
1129 | 1129 | | |
1130 | 1130 | | |
| |||
1158 | 1158 | | |
1159 | 1159 | | |
1160 | 1160 | | |
1161 | | - | |
| 1161 | + | |
1162 | 1162 | | |
1163 | 1163 | | |
1164 | 1164 | | |
| |||
1171 | 1171 | | |
1172 | 1172 | | |
1173 | 1173 | | |
1174 | | - | |
| 1174 | + | |
1175 | 1175 | | |
1176 | 1176 | | |
1177 | 1177 | | |
| |||
1865 | 1865 | | |
1866 | 1866 | | |
1867 | 1867 | | |
1868 | | - | |
| 1868 | + | |
1869 | 1869 | | |
1870 | 1870 | | |
1871 | 1871 | | |
| |||
1923 | 1923 | | |
1924 | 1924 | | |
1925 | 1925 | | |
1926 | | - | |
| 1926 | + | |
1927 | 1927 | | |
1928 | 1928 | | |
1929 | 1929 | | |
| |||
2086 | 2086 | | |
2087 | 2087 | | |
2088 | 2088 | | |
2089 | | - | |
| 2089 | + | |
2090 | 2090 | | |
2091 | 2091 | | |
2092 | 2092 | | |
| |||
2126 | 2126 | | |
2127 | 2127 | | |
2128 | 2128 | | |
2129 | | - | |
| 2129 | + | |
2130 | 2130 | | |
2131 | 2131 | | |
2132 | 2132 | | |
| |||
2323 | 2323 | | |
2324 | 2324 | | |
2325 | 2325 | | |
2326 | | - | |
2327 | | - | |
| 2326 | + | |
| 2327 | + | |
2328 | 2328 | | |
2329 | 2329 | | |
2330 | 2330 | | |
| |||
2596 | 2596 | | |
2597 | 2597 | | |
2598 | 2598 | | |
2599 | | - | |
| 2599 | + | |
2600 | 2600 | | |
2601 | 2601 | | |
2602 | 2602 | | |
| |||
2612 | 2612 | | |
2613 | 2613 | | |
2614 | 2614 | | |
2615 | | - | |
| 2615 | + | |
2616 | 2616 | | |
2617 | 2617 | | |
2618 | 2618 | | |
2619 | 2619 | | |
2620 | 2620 | | |
2621 | 2621 | | |
2622 | 2622 | | |
2623 | | - | |
| 2623 | + | |
2624 | 2624 | | |
2625 | 2625 | | |
2626 | 2626 | | |
| |||
2902 | 2902 | | |
2903 | 2903 | | |
2904 | 2904 | | |
2905 | | - | |
| 2905 | + | |
2906 | 2906 | | |
2907 | 2907 | | |
2908 | 2908 | | |
| |||
2922 | 2922 | | |
2923 | 2923 | | |
2924 | 2924 | | |
2925 | | - | |
| 2925 | + | |
2926 | 2926 | | |
2927 | 2927 | | |
2928 | 2928 | | |
| |||
0 commit comments