Commit 571e72e
committed
chore(ruff) Automated fixes for typing annotations
Fixed 5 errors:
- tests/fixtures/pluginsystem/plugins/tmuxp_test_plugin_awf/tmuxp_test_plugin_awf/plugin.py:
1 × RUF047 (needless-else)
- tests/fixtures/pluginsystem/plugins/tmuxp_test_plugin_owc/tmuxp_test_plugin_owc/plugin.py:
1 × RUF047 (needless-else)
- tests/test_util.py:
1 × COM812 (missing-trailing-comma)
1 × TC003 (typing-only-standard-library-import)
1 × I001 (unsorted-imports)
uv run ruff check --select ALL . --fix --unsafe-fixes --preview --show-fixes; uv run ruff format .1 parent c556ec4 commit 571e72e
File tree
3 files changed
+3
-6
lines changed- tests
- fixtures/pluginsystem/plugins
- tmuxp_test_plugin_awf/tmuxp_test_plugin_awf
- tmuxp_test_plugin_owc/tmuxp_test_plugin_owc
3 files changed
+3
-6
lines changedLines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
48 | | - | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
0 commit comments