Commit c066fb7
committed
Fix: pycodestyle E128 and E122
Errors:
```
./src/fake_bpy_module/analyzer/directives.py:125:13: E128 continuation line under-indented for visual indent
./src/fake_bpy_module/analyzer/directives.py:132:13: E128 continuation line under-indented for visual indent
./src/fake_bpy_module/analyzer/directives.py:139:13: E128 continuation line under-indented for visual indent
./src/fake_bpy_module/analyzer/directives.py:146:13: E122 continuation line missing indentation or outdented
./src/fake_bpy_module/analyzer/directives.py:147:13: E122 continuation line missing indentation or outdented
./src/fake_bpy_module/analyzer/directives.py:148:13: E122 continuation line missing indentation or outdented
```1 parent b5226e6 commit c066fb7
1 file changed
+22
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
128 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
129 | 132 | | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
136 | 136 | | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
143 | 140 | | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
151 | 146 | | |
| 147 | + | |
| 148 | + | |
152 | 149 | | |
153 | 150 | | |
154 | 151 | | |
| |||
0 commit comments