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

Typing fixes #965

Merged
merged 2 commits into from
Jan 18, 2024
Merged

Typing fixes #965

merged 2 commits into from
Jan 18, 2024

Conversation

bjoernricks
Copy link
Contributor

What

Two fixes for some typing mistakes

Why

Get rid of warnings from pyright in vscode

`versioning_scheme` might be an instance of `VersioningScheme` but most
of the time the class is passed instead.
@bjoernricks bjoernricks requested a review from a team as a code owner January 18, 2024 14:09
@bjoernricks bjoernricks added the make release To trigger GitHub release action. label Jan 18, 2024
@greenbonebot greenbonebot enabled auto-merge (rebase) January 18, 2024 14:09
Copy link

Conventional Commits Report

Type Number
Bug Fixes 2

🚀 Conventional commits found.

Copy link

codecov bot commented Jan 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (53ddf6b) 90.66% compared to head (afb33b5) 90.66%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #965   +/-   ##
=======================================
  Coverage   90.66%   90.66%           
=======================================
  Files          97       97           
  Lines        6831     6831           
  Branches      976      976           
=======================================
  Hits         6193     6193           
  Misses        438      438           
  Partials      200      200           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@greenbonebot greenbonebot merged commit 123db56 into main Jan 18, 2024
21 checks passed
@greenbonebot greenbonebot deleted the typing-fixes branch January 18, 2024 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
make release To trigger GitHub release action.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants