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

Ignore blank line rules for docs formatting #12934

Merged
merged 1 commit into from
Aug 16, 2024
Merged

Ignore blank line rules for docs formatting #12934

merged 1 commit into from
Aug 16, 2024

Conversation

dhruvmanila
Copy link
Member

Summary

fixes: #12933

Test Plan

python scripts/check_docs_formatted.py --generate-docs

@dhruvmanila dhruvmanila added the documentation Improvements or additions to documentation label Aug 16, 2024
@dhruvmanila dhruvmanila enabled auto-merge (squash) August 16, 2024 15:26
@dhruvmanila dhruvmanila merged commit c319414 into main Aug 16, 2024
18 checks passed
@dhruvmanila dhruvmanila deleted the dhruv/docs branch August 16, 2024 15:27
Copy link

codspeed-hq bot commented Aug 16, 2024

CodSpeed Performance Report

Merging #12934 will degrade performances by 5.45%

Comparing dhruv/docs (223262f) with main (ef1f6d9)

Summary

❌ 1 regressions
✅ 31 untouched benchmarks

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark main dhruv/docs Change
linter/all-rules[numpy/globals.py] 727.8 µs 769.8 µs -5.45%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs for rules D203 and D211 have been rendered inaccurate by Black formatting
2 participants