Skip to content

v0.15.0

Latest
Compare
Choose a tag to compare
@jherland jherland released this 25 Jan 11:12
· 70 commits to main since this release

This release introduce a much-requested feature to exclude parts of your directory structure when running fawltydeps. The new --exclude option takes gitignore-style patterns and will cause the matching paths to be skipped when traversing your project, and thus excluded from FalwtyDeps' analysis. The exclude patterns apply to all input categories discovered by FawltyDeps (Python code, dependency declarations, and Python environments used to resolve import names provided by packages).

Join Our New Discord Channel. This platform is dedicated to technical discussions, knowledge sharing, and real-time collaboration within the FawltyDeps community. .

What's Changed

Full Changelog: v0.14.0...v0.15.0

Refer to the project's README.md or fawltydeps --help for more documentation.