v0.15.0
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
- Support exclude patterns by @jherland in #388
- Integrate gitignore_parser into FawltyDeps by @jherland in #391
- Fixes for various
--exclude
usability issues by @jherland in #415
Full Changelog: v0.14.0...v0.15.0
Refer to the project's README.md
or fawltydeps --help
for more documentation.