Commit ce4f8cb
committed
chore(ruff): fixes from ruff 0.4.5
ruff check --select ALL . --fix --unsafe-fixes --preview --show-fixes; ruff format .
Fixed 2 errors:
- src/libvcs/_internal/query_list.py:
1 × PYI059 (generic-not-last-base-class)
- tests/url/test_registry.py:
1 × UP037 (quoted-annotation)1 parent 5d1f92a commit ce4f8cb
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
320 | | - | |
| 320 | + | |
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
0 commit comments