Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for known first party modules #257

Merged
merged 4 commits into from
Jan 2, 2023

Conversation

mkniewallner
Copy link
Collaborator

@mkniewallner mkniewallner commented Jan 1, 2023

Resolves #247.

PR Checklist

  • A description of the changes is added to the description of this PR.
  • If there is a related issue, make sure it is linked to this PR.
  • If you've fixed a bug or added code that should be tested, add tests!
  • Documentation in docs is updated

Description of changes

Add the ability to explicitly specify first party modules through known-first-party CLI option (known_first_party in pyproject.toml).

@mkniewallner mkniewallner requested a review from fpgmaas January 1, 2023 23:06
@codecov-commenter
Copy link

codecov-commenter commented Jan 1, 2023

Codecov Report

Merging #257 (3dc7137) into main (1f0b0cf) will increase coverage by 0.0%.
The diff coverage is 100.0%.

@@          Coverage Diff          @@
##            main    #257   +/-   ##
=====================================
  Coverage   95.7%   95.7%           
=====================================
  Files         32      32           
  Lines        919     922    +3     
  Branches     192     193    +1     
=====================================
+ Hits         880     883    +3     
  Misses        26      26           
  Partials      13      13           
Impacted Files Coverage Δ
deptry/cli.py 93.6% <100.0%> (+0.1%) ⬆️
deptry/core.py 97.7% <100.0%> (+<0.1%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@mkniewallner mkniewallner force-pushed the feat/add-known-first-party branch from 5ad2d64 to 3dc7137 Compare January 2, 2023 17:34
@mkniewallner mkniewallner merged commit 6897cc4 into fpgmaas:main Jan 2, 2023
@mkniewallner mkniewallner deleted the feat/add-known-first-party branch January 2, 2023 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Explicitly specify modules to consider as first party ones
3 participants