unthreaded / git-hooks

Small, lightweight tool to ensure ticket numbers make it into your Git commit messages
MIT License
0 stars 2 forks source link

FINALLY upgrade pylint and fix the tests #172

Closed lcombs15 closed 1 year ago

lcombs15 commented 1 year ago

:memo: Details

Two things

  1. Upgrade pylint and fix the damage
  2. Add some pycharm run configs so next time my brain hurts less
image
codecov[bot] commented 1 year ago

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:

Coverage data is based on head (433012c) compared to base (2260a99). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #172 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 5 5 Lines 159 159 ========================================= Hits 159 159 ``` | [Impacted Files](https://codecov.io/gh/unthreaded/git-hooks/pull/172?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unthreaded) | Coverage Δ | | |---|---|---| | [src/main/commit\_msg\_hook.py](https://codecov.io/gh/unthreaded/git-hooks/pull/172?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unthreaded#diff-c3JjL21haW4vY29tbWl0X21zZ19ob29rLnB5) | `100.00% <ø> (ø)` | | | [src/main/config/commit\_hook\_config\_base\_impl.py](https://codecov.io/gh/unthreaded/git-hooks/pull/172?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unthreaded#diff-c3JjL21haW4vY29uZmlnL2NvbW1pdF9ob29rX2NvbmZpZ19iYXNlX2ltcGwucHk=) | `100.00% <100.00%> (ø)` | | | [src/main/hook/commit\_msg\_hook\_runner.py](https://codecov.io/gh/unthreaded/git-hooks/pull/172?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unthreaded#diff-c3JjL21haW4vaG9vay9jb21taXRfbXNnX2hvb2tfcnVubmVyLnB5) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unthreaded). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unthreaded)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.