thebjorn / pydeps

Python Module Dependency graphs
https://pydeps.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
1.8k stars 114 forks source link

fix 'nodot' key in cli parser #213

Closed Wiguwbe closed 8 months ago

Wiguwbe commented 8 months ago

UserWarning: Unknown config keys: {'nodot'},

similarly to --no-show, store value of CLI arg in no_dot.

codecov-commenter commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 71.07%. Comparing base (2e508e9) to head (0a0963f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #213 +/- ## ======================================= Coverage 71.07% 71.07% ======================================= Files 19 19 Lines 1881 1881 Branches 414 414 ======================================= Hits 1337 1337 Misses 433 433 Partials 111 111 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

thebjorn commented 8 months ago

Thanks :-)