v0.1.29
What's Changed
- Updated
PyText.check_format()
, which now returns a boolean value instead of None. - Updated the
ignore=
parameter formodule()
, which now accepts a list of path-patterns. Paths matching any of these patterns will be ignored when searching for files.
Full Changelog: v0.1.28...v0.1.29