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

Expose and handle --config argument #245

Merged
merged 3 commits into from
Dec 27, 2022

Conversation

mkniewallner
Copy link
Collaborator

@mkniewallner mkniewallner commented Dec 26, 2022

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

This PR builds upon #244, to allow explicitly specifying the location of pyproject.toml, which can be useful for projects passing a root directory different than . where pyproject.toml is stored in the specified root directory.

@codecov-commenter
Copy link

codecov-commenter commented Dec 26, 2022

Codecov Report

Merging #245 (d631eca) into main (efcfc03) will decrease coverage by 0.0%.
The diff coverage is 100.0%.

@@           Coverage Diff           @@
##            main    #245     +/-   ##
=======================================
- Coverage   95.6%   95.6%   -0.1%     
=======================================
  Files         32      32             
  Lines        904     899      -5     
  Branches     198     189      -9     
=======================================
- Hits         865     860      -5     
  Misses        26      26             
  Partials      13      13             
Impacted Files Coverage Δ
deptry/cli.py 93.3% <100.0%> (-0.2%) ⬇️
deptry/config.py 100.0% <100.0%> (ø)
deptry/core.py 97.6% <100.0%> (+<0.1%) ⬆️
deptry/dependency_getter/base.py 95.4% <100.0%> (+0.4%) ⬆️
deptry/dependency_getter/pdm.py 100.0% <100.0%> (ø)
deptry/dependency_getter/pep_621.py 92.5% <100.0%> (-0.4%) ⬇️
deptry/dependency_getter/poetry.py 100.0% <100.0%> (ø)
deptry/dependency_specification_detector.py 100.0% <100.0%> (ø)
deptry/utils.py 85.7% <100.0%> (-1.0%) ⬇️

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

@mkniewallner mkniewallner marked this pull request as ready for review December 27, 2022 10:27
@mkniewallner mkniewallner merged commit 01f6b83 into fpgmaas:main Dec 27, 2022
@mkniewallner mkniewallner deleted the feat/handle-config-path branch December 27, 2022 14:46
@fpgmaas fpgmaas mentioned this pull request Dec 27, 2022
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.

3 participants