mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-11 17:49:25 -05:00
Introduces a pre-commit hook to ensure SVG image files are well-formed XML, preventing potential rendering or processing issues. This leverages `lxml` for parsing, which has been added as a new dependency. Corrects missing whitespace between attributes in existing SVG figures to comply with the new validation requirements.