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

Remove surrounding whitespace from docstrings #633

Merged

Conversation

artofhuman
Copy link
Contributor

Closes #599

I've used ruff with autofix options and rule D210.

ruff check --select D210 . --fix

@codecov
Copy link

codecov bot commented Sep 17, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (4bce007) 98.31% compared to head (debe1cc) 98.31%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #633   +/-   ##
=======================================
  Coverage   98.31%   98.31%           
=======================================
  Files          13       13           
  Lines        2557     2557           
=======================================
  Hits         2514     2514           
  Misses         43       43           
Files Changed Coverage Δ
transitions/core.py 100.00% <ø> (ø)
transitions/extensions/asyncio.py 97.77% <ø> (ø)
transitions/extensions/diagrams.py 98.11% <ø> (ø)
transitions/extensions/diagrams_base.py 97.59% <ø> (ø)
transitions/extensions/diagrams_graphviz.py 96.75% <ø> (ø)
transitions/extensions/diagrams_pygraphviz.py 99.45% <ø> (ø)
transitions/extensions/factory.py 94.73% <ø> (ø)
transitions/extensions/locking.py 100.00% <ø> (ø)
transitions/extensions/markup.py 99.34% <ø> (ø)
transitions/extensions/nesting.py 99.29% <ø> (ø)
... and 2 more

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

@aleneum
Copy link
Member

aleneum commented Sep 18, 2023

Hi @artofhuman,

thanks a lot!

@aleneum aleneum merged commit 2262e3c into pytransitions:master Sep 18, 2023
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.

Remove leading whitespace in docstrings
2 participants