mirror of
https://github.com/rendercv/rendercv.git
synced 2026-04-17 21:39:00 -04:00
- Use Path.open() instead of open() in pdf_png.py (PTH123) - Chain KeyError with 'from e' in pdf_png.py (B904) - Fix comment placement in section.py to avoid false unused-ignore - Update watcher test to mock observer.join() instead of time.sleep()