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

ruff rule D211, D300, D403 compliance. #5661

Merged
merged 4 commits into from
Dec 20, 2023
Merged

Conversation

tkknight
Copy link
Contributor

🚀 Pull Request

Description

PR solely for fixing:

  • D211: No blank lines allowed before class docstring
  • D300: triple double quotes / Use triple single quotes
  • D403: First word of the first line should be capitalized

Continues work of #5625.


Consult Iris pull request check list

@tkknight tkknight mentioned this pull request Dec 20, 2023
13 tasks
@tkknight tkknight changed the title Ruff8 ruff rule D211, D300, D403 compliance. Dec 20, 2023
Copy link

codecov bot commented Dec 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (52fd4ab) 89.69% compared to head (b923411) 89.69%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5661   +/-   ##
=======================================
  Coverage   89.69%   89.69%           
=======================================
  Files          90       90           
  Lines       22807    22807           
  Branches     5441     5441           
=======================================
  Hits        20456    20456           
  Misses       1618     1618           
  Partials      733      733           

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

@bjlittle bjlittle merged commit 3383f00 into SciTools:main Dec 20, 2023
17 checks passed
@bjlittle bjlittle self-assigned this Dec 20, 2023
tkknight added a commit to tkknight/iris that referenced this pull request Dec 20, 2023
* upstream/main:
  ruff rule D211, D300, D403 compliance. (SciTools#5661)
  ruff rule D412 compliance. (SciTools#5660)
@tkknight tkknight deleted the ruff8 branch January 9, 2024 10:06
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