Skip to content

Releases: johnsutor/leetcode-study-tool

Jinja and Code

01 Mar 22:35
175f893
Compare
Choose a tag to compare

This release includes an option to use Jinja templates with the CLI interface, and the ability to get the code solutions for each problem as part of the output.

1.3.4: feat(pypi): Remove isort and use ruff to handle all styling

04 Jan 15:47
Compare
Choose a tag to compare
feat(tests): Make formatting tests more robust to API changes
feat(formatter): Fix formatter to remove unecessary list closing tag
delete(requirements): Keep requirements only in pyproject.toml
feat(workflows): Add publishing workflow