Skip to content

Expose and handle --config argument#245

Merged
mkniewallner merged 3 commits intofpgmaas:mainfrom
mkniewallner:feat/handle-config-path
Dec 27, 2022
Merged

Expose and handle --config argument#245
mkniewallner merged 3 commits intofpgmaas:mainfrom
mkniewallner:feat/handle-config-path

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 force-pushed the feat/handle-config-path branch from a8a67dd to d631eca Compare December 27, 2022 10:25
@mkniewallner mkniewallner marked this pull request as ready for review December 27, 2022 10:27
@mkniewallner mkniewallner requested a review from fpgmaas 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