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

DM-42116: Validate docstrings #159

Merged
merged 7 commits into from
Dec 14, 2023
Merged

DM-42116: Validate docstrings #159

merged 7 commits into from
Dec 14, 2023

Conversation

timj
Copy link
Member

@timj timj commented Dec 13, 2023

@mxk62 can you please take a look at this. No need to check every doc string. What I especially want you to do is look at the changes to the dataclasses that I made to enable slots. This lets us remove a lot of code that wasn't needed since 3.10 came out.

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

@timj timj requested a review from mxk62 December 13, 2023 22:19
Copy link

codecov bot commented Dec 13, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (938ed54) 78.79% compared to head (d7d0d62) 78.47%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #159      +/-   ##
==========================================
- Coverage   78.79%   78.47%   -0.33%     
==========================================
  Files          40       40              
  Lines        3155     3108      -47     
  Branches      530      530              
==========================================
- Hits         2486     2439      -47     
  Misses        578      578              
  Partials       91       91              

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

timj added 5 commits December 13, 2023 17:38
This allows us to remove the bespoke __init__.
This was new in python 3.10 but we never updated to use the
new feature.
@timj timj merged commit e3c4cad into main Dec 14, 2023
14 checks passed
@timj timj deleted the tickets/DM-42116 branch December 14, 2023 00:44
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