Commit b76c353
committed
chore(ruff) Automated fixes for typing annotations
Fixed 6 errors:
- src/libtmux/_vendor/version.py:
1 × I001 (unsorted-imports)
1 × UP006 (non-pep585-annotation)
- src/libtmux/test.py:
2 × I001 (unsorted-imports)
1 × UP006 (non-pep585-annotation)
1 × TC003 (typing-only-standard-library-import)
Found 1374 errors (6 fixed, 1368 remaining).
44 files left unchanged
uv run ruff check --select ALL . --fix --unsafe-fixes --preview --show-fixes; uv run ruff format .1 parent bb13d70 commit b76c353
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | | - | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments