Releases: jshwi/constcheck
Releases · jshwi/constcheck
v0.3.1
Fixed
- Ensures default lists and dicts are added to and not overridden
- Fixes up typing for
ignore_from
- Fixes up typing for
ignore_strings
v0.3.0
Added
- add: Adds
--ignore-from
- Adds non-zero exit status for results
- Allows for escaping comma delimiter
v0.2.0
Added
- Adds support for pyproject.toml
- Adds
-I/--ignore-files
- Adds
-i/--ignore-strings
- Adds
constcheck.__version__
and --version
arg
Changed