generated from tweag/project
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exclude development tools from unused dependencies detection (#365)
* Add default ignore_unused and update pyproject.toml file * Update unit test for cmd_lines * Update tests for real projects * Add tests for check unused action with default ignore option * Apply review: change constant variable to UPPER_CASE * Update unit test with other module while testing overriden cases * Update DEFAULT_IGNORE_UNUSED and categorize it into different groups * Bring in colorama as a transitive dependency, exclude it from unused * Update poetry.lock * Apply review: modify DEFAULT_IGNORE_UNUSED list * Add ignore_unused to pyproject.toml to pass self_test * Update README * Remove default_ignore_unused_list.md and link to source code * Exclude sphinx-* in DEFAULT_IGNORE_UNUSED list * Update --help output for --ignore-unused option
- Loading branch information
Showing
10 changed files
with
126 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.