Skip to content

Releases: PrincetonUniversity/blocklint

Update tooling to uv

16 Jan 19:51
e615ce1

Choose a tag to compare

Modernized tooling to use uv, updated github actions, minimal code cleanup.

Full Changelog: v0.2.5...v0.3.0

Ignore multiline docstrings

06 Apr 09:45
28661af

Choose a tag to compare

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

13 Feb 18:39

Choose a tag to compare

A few minor fixes and updates.

Add skip files option

17 Feb 17:18
6b3af4b

Choose a tag to compare

Merge pull request #14 from jaedoucette/add-skipped-files-option

Add option to skip specific files

Configuration file support

07 Jan 14:30
42e97b1

Choose a tag to compare

Several improvements:

  • Can invoke as a python module
  • Support for configuration files
  • Fixed support for pre-commit-hook

Fix typo bug

24 Dec 18:36
efbfb20

Choose a tag to compare

Fixed a typo that wasn't caught by unit tests.

Improved test coverage to ensure future changes will be more robust.

pypi release

17 Dec 21:24

Choose a tag to compare

Restructured project setup and added new workflows for precommit and building.