Commit 1358976
committed
[SymForce] Enable ignore-without-code in mypy
Requires ignore codes (e.g. `type: ignore[arg-type]`) for all ignores.
Reviewers: brad,nathan,ryan-b,william-a
Topic: sf-ignore-without-code
GitOrigin-RevId: 7994d17696bc68c8e11816a7580555f84188ce081 parent 6dea914 commit 1358976
File tree
44 files changed
+48
-46
lines changed- symforce
- benchmarks/matrix_multiplication/matrices
- test_util
- random_expressions
- test
- symforce_function_codegen_test_data
- symengine
- codegen_cpp_test_data/python/lcmtypes/codegen_cpp_test
- codegen_dataclass_in_values_test_data/python/lcmtypes/codegen_test
- codegen_explicit_template_instantiation_test_data/python/lcmtypes/codegen_explicit_template_instantiation_test
- codegen_multi_function_test_data/python/lcmtypes/codegen_multi_function_test
- codegen_python_test_data/python/lcmtypes/codegen_python_test
- with_jacobians_values/python/lcmtypes/sym
- sympy
- codegen_cpp_test_data/python/lcmtypes/codegen_cpp_test
- codegen_dataclass_in_values_test_data/python/lcmtypes/codegen_test
- codegen_explicit_template_instantiation_test_data/python/lcmtypes/codegen_explicit_template_instantiation_test
- codegen_multi_function_test_data/python/lcmtypes/codegen_multi_function_test
- codegen_python_test_data/python/lcmtypes/codegen_python_test
- with_jacobians_values/python/lcmtypes/sym
- third_party/skymarshal/skymarshal/templates
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
44 files changed
+48
-46
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| 196 | + | |
| 197 | + | |
196 | 198 | | |
197 | 199 | | |
198 | 200 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
386 | | - | |
| 386 | + | |
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments