Commit 144e727
committed
fix(adms): use ty: ignore syntax; restore .gitignore ADMS entries
ty uses its own comment syntax (# ty: ignore[rule]) distinct from mypy's
(# type: ignore[rule]). The previous commit used mypy syntax which ty
ignores, leaving the errors unsuppressed.
Affected lines:
test_client.py:91-92 invalid-assignment (MagicMock on method slots)
test_client.py:426 invalid-assignment (MagicMock on with_user_jwt)
test_client.py:432 unresolved-attribute (assert_called_once_with)
test_http.py:274 invalid-argument-type (quote_odata_guid_key(None))
test_query_options.py:86 unknown-argument (orderby on RelationQueryOptions)
.gitignore: restore ADMS-specific entries (.env.adms, scripts/adms_cli.py,
.DS_Store, .ucl-provision/) that were dropped during the upstream rebase.
Also adds the trailing newline that end-of-file-fixer requires.1 parent 9755bf7 commit 144e727
4 files changed
Lines changed: 18 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
| 91 | + | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
423 | 423 | | |
424 | 424 | | |
425 | 425 | | |
426 | | - | |
| 426 | + | |
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
432 | | - | |
| 432 | + | |
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
| 274 | + | |
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments