Releases: jshwi/constcheck
Releases · jshwi/constcheck
v0.9.0
Added
- option for ignoring dict keys
v0.8.1
Fix
- Relax
arcon
version constraint
v0.7.0
Added
- Add support for
pre-commit
v0.6.1
Fixed
- Fixes multiline strings split by curly brackets
v0.6.0
Added
- Adds function to find top-level pyproject.toml
Remove
- Removes kwargs from
constcheck.main
v0.5.0
Added
- Adds
constcheck.constcheck
Changed
- Removes
path
keyword argument from constcheck.constcheck
- Renames
len
arg to length
- Updates help
- Renames
--no-color
to --no-ansi
Removed
- Removes
-f/--filter
argument
v0.4.2
Fixed
- Fixes multiline strings split by square brackets
v0.4.1
Fixed
- Files can also be used as path arguments
v0.4.0
Added
- Allows for multiple path arguments
Changed
- Paths do not need to be in version control