yusyus
83b03d9f9f
fix: Resolve all linting errors from ruff
Fix 145 linting errors across CLI refactor code:
Type annotation modernization (Python 3.9+):
- Replace typing.Dict with dict
- Replace typing.List with list
- Replace typing.Set with set
- Replace Optional[X] with X | None
Code quality improvements:
- Remove trailing whitespace (W291)
- Remove whitespace from blank lines (W293)
- Remove unused imports (F401)
- Use dictionary lookup instead of if-elif chains (SIM116)
- Combine nested if statements (SIM102)
Files fixed (45 files):
- src/skill_seekers/cli/arguments/*.py (10 files)
- src/skill_seekers/cli/parsers/*.py (24 files)
- src/skill_seekers/cli/presets/*.py (4 files)
- src/skill_seekers/cli/create_command.py
- src/skill_seekers/cli/source_detector.py
- src/skill_seekers/cli/github_scraper.py
- tests/test_*.py (5 test files)
All files now pass ruff linting checks.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-15 20:20:55 +03:00
..
2026-02-08 14:52:37 +03:00
2026-02-15 20:20:55 +03:00
2026-02-15 20:20:55 +03:00
2026-02-15 20:20:55 +03:00
2026-02-08 14:42:27 +03:00
2026-01-31 17:03:40 +03:00
2026-02-03 21:37:54 +03:00
2026-01-17 17:48:15 +00:00
2026-02-08 14:42:27 +03:00
2026-02-08 14:42:27 +03:00
2026-02-08 14:42:27 +03:00
2026-02-08 14:42:27 +03:00
2026-02-08 14:42:27 +03:00
2026-01-17 23:25:12 +03:00
2026-02-03 21:37:54 +03:00
2026-02-15 14:29:19 +03:00
2026-01-31 21:30:00 +03:00
2026-01-31 14:56:00 +03:00
2026-02-08 02:27:22 +03:00
2026-01-17 23:25:12 +03:00
2026-01-17 17:29:21 +00:00
2026-02-15 20:20:55 +03:00
2026-02-03 21:37:54 +03:00
2026-02-15 14:29:19 +03:00
2026-02-08 14:42:27 +03:00
2026-02-08 14:42:27 +03:00
2026-01-17 17:48:15 +00:00
2026-01-17 17:48:15 +00:00
2026-01-17 23:25:12 +03:00
2026-01-17 23:02:11 +03:00
2026-01-17 23:25:12 +03:00
2026-02-15 20:20:55 +03:00
2026-01-27 21:10:40 +03:00
2026-01-31 22:17:19 +03:00
2026-02-08 14:42:27 +03:00
2026-01-17 23:02:11 +03:00
2026-01-17 17:48:15 +00:00
2026-02-08 14:42:27 +03:00
2026-01-17 17:29:21 +00:00
2026-01-17 23:56:24 +03:00
2026-01-18 00:01:30 +03:00
2026-02-15 19:07:47 +03:00
2026-01-17 17:29:21 +00:00
2026-01-17 17:48:15 +00:00
2026-02-08 14:42:27 +03:00
2026-01-17 17:29:21 +00:00
2026-02-15 14:52:31 +03:00
2026-02-08 14:42:27 +03:00
2026-01-31 21:30:00 +03:00
2026-01-27 21:11:21 +03:00
2026-01-17 23:33:34 +03:00
2026-02-08 14:42:27 +03:00
2026-02-08 14:42:27 +03:00
2026-01-17 17:48:15 +00:00
2026-01-17 23:02:11 +03:00
2026-01-17 17:48:15 +00:00
2026-01-17 23:25:12 +03:00
2026-02-03 21:37:54 +03:00
2026-02-15 20:20:55 +03:00
2026-01-17 17:48:15 +00:00
2026-02-08 14:47:26 +03:00
2026-01-17 17:48:15 +00:00
2026-02-08 14:42:27 +03:00
2026-02-03 21:37:54 +03:00
2026-01-17 23:25:12 +03:00
2026-01-18 00:01:30 +03:00
2026-01-27 21:10:40 +03:00
2026-01-31 21:30:00 +03:00
2026-02-08 14:42:27 +03:00
2026-01-17 22:54:40 +03:00