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

pass code over pyupgrade --py39 #45

Merged
merged 2 commits into from
Mar 15, 2024
Merged

pass code over pyupgrade --py39 #45

merged 2 commits into from
Mar 15, 2024

Conversation

kloczek
Copy link
Contributor

@kloczek kloczek commented Mar 14, 2024

Currently minimum python version is 3..9.
Pass code over pyupgrade --py39.

Despite dropped python<=3.7 support still is used old syntax.
Pass code over `pyupgrade --py38`.

Signed-off-by: Tomasz Kłoczko <[email protected]>
Currently minum version supported python bersion is 3.9.
Pass code over `pyupgrade --py39`.

Signed-off-by: Tomasz Kłoczko <[email protected]>
@mitya57
Copy link
Owner

mitya57 commented Mar 15, 2024

Thank you!

Copy link

codecov bot commented Mar 15, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 93.57%. Comparing base (acf5494) to head (3e5097c).

Files Patch % Lines
secretstorage/__init__.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
+ Coverage   93.55%   93.57%   +0.01%     
==========================================
  Files          14       14              
  Lines         559      560       +1     
==========================================
+ Hits          523      524       +1     
  Misses         36       36              

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

@mitya57 mitya57 merged commit 3e5097c into mitya57:master Mar 15, 2024
6 of 7 checks passed
@kloczek
Copy link
Contributor Author

kloczek commented Mar 15, 2024

Thank you 😄

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.

2 participants