Commit Graph

5 Commits

Author SHA1 Message Date
Luke Street 6debc74abf Fix Windows path handling
ninja_syntax.py should be writing native
platform paths instead of converting
things to unix paths.

Separately, fixed type errors introduced
by the previous commit.
2024-03-04 08:19:20 -07:00
Robin Avery bf77cea86d
Fix `pyright` complaints and run `black` (#12) 2024-02-29 11:21:44 -07:00
Thaddeus Crews 575e3b4a46
Implement mypy fixes across all python files (#4)
• Type hinting added to every single file
• Path conversion now handled in `ninja_syntax.py` natively, can safely pass almost everything directly
2024-01-23 23:21:46 -07:00
Luke Street 1bcf33638f Sync various changes from other repos & minor updates 2023-11-21 20:14:25 -05:00
Luke Street 5b8fbc6cd5 Initial commit 2023-10-04 23:30:39 -04:00