- Notifications
You must be signed in to change notification settings - Fork11
Commit32b43ea
committed
chore(subprocess) Fix ruff issues
uv run ruff check --select ALL . --fix --unsafe-fixes --preview --show-fixes; uv run ruff format .Fixed 6 errors:- src/libvcs/_internal/subprocess.py: 3 × PYI061 (redundant-none-literal) 3 × UP045 (non-pep604-annotation-optional)1 parent80b480e commit32b43ea
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
373 | | - | |
| 373 | + | |
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
| |||
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
487 | | - | |
| 487 | + | |
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
| |||
0 commit comments
Comments
(0)