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

Pydocstyle #7526

Merged
merged 9 commits into from
Oct 8, 2024
Merged

Pydocstyle #7526

merged 9 commits into from
Oct 8, 2024

Conversation

Armavica
Copy link
Member

@Armavica Armavica commented Oct 8, 2024

Description

Use ruff to check for numpy-style docstrings.

Related Issue

  • Closes #
  • Related to #

Checklist

Type of change

  • New feature / enhancement
  • Bug fix
  • Documentation
  • Maintenance
  • Other (please specify):

📚 Documentation preview 📚: https://pymc--7526.org.readthedocs.build/en/7526/

@Armavica Armavica added docs no releasenotes Skipped in automatic release notes generation labels Oct 8, 2024
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Copy link

codecov bot commented Oct 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.69%. Comparing base (1b6d7db) to head (3c5364b).
Report is 15 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #7526      +/-   ##
==========================================
+ Coverage   89.98%   92.69%   +2.70%     
==========================================
  Files         104      104              
  Lines       17412    17412              
==========================================
+ Hits        15669    16140     +471     
+ Misses       1743     1272     -471     
Files with missing lines Coverage Δ
pymc/__init__.py 100.00% <ø> (ø)
pymc/backends/__init__.py 91.66% <ø> (ø)
pymc/backends/base.py 88.44% <ø> (ø)
pymc/backends/mcbackend.py 99.25% <ø> (ø)
pymc/backends/ndarray.py 79.09% <ø> (ø)
pymc/backends/report.py 78.84% <ø> (ø)
pymc/blocking.py 95.74% <ø> (ø)
pymc/data.py 89.09% <ø> (+2.42%) ⬆️
pymc/distributions/__init__.py 100.00% <ø> (ø)
pymc/distributions/censored.py 100.00% <ø> (ø)
... and 78 more

... and 2 files with indirect coverage changes

@Armavica Armavica merged commit 2ac50d1 into pymc-devs:main Oct 8, 2024
22 checks passed
@Armavica Armavica deleted the pydocstyle branch October 8, 2024 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs no releasenotes Skipped in automatic release notes generation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants