v0.12.1
This is a fixup release to v0.12.0 where an important part of automatically discovering Python environments inside a project was omitted: By default, when no --pyenv
was passed, the set of paths to be searched for Python environments would remain empty. This has now been fixed with #344.
In addition we welcome a new feature: easily allowing FawltyDeps to be used as a pre-commit hook. Thanks to @multimeric for contributing!
What's Changed
- Add pre commit metadata by @multimeric in #343
- Fix Settings.pyenvs to actually use basepath by default by @jherland in #344
New Contributors
- @multimeric made their first contribution in #343
Full Changelog: v0.12.0...v0.12.1
Refer to the project's README
or fawltydeps --help
for more documentation.