Commit bbf9052
committed
chore(ruff) Automated fixes for typing annotations
Fixed 3 errors:
- src/libvcs/_internal/run.py:
1 × COM812 (missing-trailing-comma)
- src/libvcs/sync/git.py:
1 × COM812 (missing-trailing-comma)
- tests/_internal/subprocess/test_SubprocessCommand.py:
1 × COM812 (missing-trailing-comma)
Found 1052 errors (3 fixed, 1049 remaining).
3 files reformatted, 48 files left unchanged
uv run ruff check --select ALL . --fix --unsafe-fixes --preview --show-fixes; uv run ruff format .1 parent 9e08301 commit bbf9052
File tree
3 files changed
+12
-3
lines changed- src/libvcs
- _internal
- sync
- tests/_internal/subprocess
3 files changed
+12
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
63 | 67 | | |
64 | 68 | | |
65 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
382 | | - | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
383 | 386 | | |
384 | 387 | | |
385 | 388 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
0 commit comments