History log of /trunk/Makefile (Results 1 – 2 of 2)
Revision Date Author Comments
# 98279f37 16-Nov-2025 John Bampton <jbampton@users.noreply.github.com>

Makefile: Add createwordlist target to regenerate the ignored words list (#436)

codespell is a popular Python package:

https://pypi.org/project/codespell/

We already run codespell with pre-commit.

Makefile: Add createwordlist target to regenerate the ignored words list (#436)

codespell is a popular Python package:

https://pypi.org/project/codespell/

We already run codespell with pre-commit.

This addition to the Makefile is for tooling and developer productivity.

Helpful when doing a local cleanup of the spelling

show more ...


# cc42a290 04-Aug-2025 John Bampton <jbampton@users.noreply.github.com>

Add Makefile & Python requirements file for convenience (#293)

* Add Makefile & Python requirements file for convenience