Skip to content

Replace custom mypy plugin for decorators with ParamSpec #1196

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

Merged
merged 4 commits into from
Dec 27, 2021

Conversation

sobolevn
Copy link
Member

@sobolevn sobolevn commented Dec 27, 2021

Closes #823

@codecov
Copy link

codecov bot commented Dec 27, 2021

Codecov Report

Merging #1196 (689b84d) into master (57be41c) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #1196   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           79        79           
  Lines         2414      2414           
  Branches       208       208           
=========================================
  Hits          2414      2414           
Impacted Files Coverage Δ
returns/functions.py 100.00% <100.00%> (ø)
returns/future.py 100.00% <100.00%> (ø)
returns/io.py 100.00% <100.00%> (ø)
returns/maybe.py 100.00% <100.00%> (ø)
returns/result.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 57be41c...689b84d. Read the comment docs.

@sobolevn sobolevn merged commit 32aa73f into master Dec 27, 2021
@sobolevn sobolevn deleted the remove-decorator-plugin branch December 27, 2021 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Support ParamSpec
1 participant