Commit 82da096
committed
ruff(pydocstyle): Run automated fixes
`ruff --show-fixes --fix-only .`
Fixed 45 errors:
- docs/_ext/aafig.py:
7 × D208 (over-indentation)
1 × D202 (no-blank-line-after-function)
- src/tmuxp/cli/__init__.py:
2 × D202 (no-blank-line-after-function)
1 × D209 (new-line-after-last-paragraph)
- src/tmuxp/cli/freeze.py:
1 × D209 (new-line-after-last-paragraph)
- src/tmuxp/cli/import_config.py:
2 × D209 (new-line-after-last-paragraph)
- src/tmuxp/cli/load.py:
2 × D412 (blank-lines-between-header-and-content)
1 × D406 (new-line-after-section-name)
1 × D407 (dashed-underline-after-section)
- src/tmuxp/cli/utils.py:
3 × D202 (no-blank-line-after-function)
- src/tmuxp/exc.py:
5 × D211 (blank-line-before-class)
- src/tmuxp/log.py:
1 × D202 (no-blank-line-after-function)
- src/tmuxp/types.py:
1 × D412 (blank-lines-between-header-and-content)
- src/tmuxp/workspace/builder.py:
2 × D202 (no-blank-line-after-function)
1 × D412 (blank-lines-between-header-and-content)
- src/tmuxp/workspace/finders.py:
1 × D202 (no-blank-line-after-function)
- src/tmuxp/workspace/freezer.py:
1 × D202 (no-blank-line-after-function)
- src/tmuxp/workspace/importers.py:
2 × D202 (no-blank-line-after-function)
1 × D412 (blank-lines-between-header-and-content)
- src/tmuxp/workspace/loader.py:
2 × D202 (no-blank-line-after-function)
- tests/cli/test_cli.py:
1 × D202 (no-blank-line-after-function)
- tests/tests/test_helpers.py:
1 × D202 (no-blank-line-after-function)
- tests/workspace/test_finder.py:
3 × D202 (no-blank-line-after-function)
- tests/workspace/test_freezer.py:
1 × D202 (no-blank-line-after-function)
- tests/workspace/test_import_teamocil.py:
1 × D209 (new-line-after-last-paragraph)
Fixed 45 errors (35 additional fixes available with `--unsafe-fixes`).1 parent 3bcd28a commit 82da096
File tree
19 files changed
+19
-44
lines changed- docs/_ext
- src/tmuxp
- cli
- workspace
- tests
- cli
- tests
- workspace
19 files changed
+19
-44
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
162 | 161 | | |
163 | 162 | | |
164 | 163 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
| 114 | + | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
190 | 189 | | |
191 | 190 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
| 94 | + | |
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
| 180 | + | |
180 | 181 | | |
181 | 182 | | |
182 | 183 | | |
| |||
188 | 189 | | |
189 | 190 | | |
190 | 191 | | |
191 | | - | |
| 192 | + | |
| 193 | + | |
192 | 194 | | |
193 | 195 | | |
194 | 196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
309 | 308 | | |
310 | 309 | | |
311 | 310 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
| |||
78 | 77 | | |
79 | 78 | | |
80 | 79 | | |
81 | | - | |
82 | 80 | | |
83 | 81 | | |
84 | 82 | | |
| |||
121 | 119 | | |
122 | 120 | | |
123 | 121 | | |
124 | | - | |
125 | 122 | | |
126 | 123 | | |
127 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | | - | |
21 | 19 | | |
22 | 20 | | |
23 | 21 | | |
| |||
52 | 50 | | |
53 | 51 | | |
54 | 52 | | |
55 | | - | |
56 | 53 | | |
57 | 54 | | |
58 | 55 | | |
| |||
75 | 72 | | |
76 | 73 | | |
77 | 74 | | |
78 | | - | |
79 | 75 | | |
80 | 76 | | |
81 | 77 | | |
| |||
88 | 84 | | |
89 | 85 | | |
90 | 86 | | |
91 | | - | |
92 | 87 | | |
93 | 88 | | |
94 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
159 | 158 | | |
160 | 159 | | |
161 | 160 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
161 | 160 | | |
162 | 161 | | |
163 | 162 | | |
164 | | - | |
165 | 163 | | |
166 | 164 | | |
167 | 165 | | |
| |||
222 | 220 | | |
223 | 221 | | |
224 | 222 | | |
225 | | - | |
226 | 223 | | |
227 | 224 | | |
228 | 225 | | |
| |||
0 commit comments