Releases: PrincetonUniversity/blocklint
Releases · PrincetonUniversity/blocklint
Update tooling to uv
Modernized tooling to use uv, updated github actions, minimal code cleanup.
Full Changelog: v0.2.5...v0.3.0
Ignore multiline docstrings
Placing a # blocklint pragma at the end of a doc string will ignore any blocked words in the entire doc string.
Thanks to @pacrob for the idea and coding.
Ensure skip file paths are absolute
A few minor fixes and updates.
Add skip files option
Merge pull request #14 from jaedoucette/add-skipped-files-option Add option to skip specific files
Configuration file support
Several improvements:
- Can invoke as a python module
- Support for configuration files
- Fixed support for pre-commit-hook
Fix typo bug
Fixed a typo that wasn't caught by unit tests.
Improved test coverage to ensure future changes will be more robust.
pypi release
Restructured project setup and added new workflows for precommit and building.