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

[pre-commit.ci] pre-commit autoupdate #2810

Merged
merged 3 commits into from
Oct 3, 2023
Merged

Conversation

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.291 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.291...v0.0.292)
- [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6)
@codecov
Copy link

codecov bot commented Oct 3, 2023

Codecov Report

Merging #2810 (3f1c986) into master (bbb4be7) will not change coverage.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2810   +/-   ##
=======================================
  Coverage   99.13%   99.13%           
=======================================
  Files         115      115           
  Lines       17230    17230           
  Branches     3084     3084           
=======================================
  Hits        17081    17081           
  Misses        104      104           
  Partials       45       45           
Files Coverage Δ
trio/_core/_thread_cache.py 100.00% <ø> (ø)
trio/_tests/test_testing.py 99.76% <ø> (ø)
trio/testing/_sequencer.py 100.00% <100.00%> (ø)

@A5rocks A5rocks enabled auto-merge (squash) October 3, 2023 17:00
@A5rocks A5rocks merged commit 8b7da61 into master Oct 3, 2023
51 of 53 checks passed
@A5rocks A5rocks deleted the pre-commit-ci-update-config branch October 3, 2023 17:10
@@ -1043,7 +1043,7 @@ available; ``receive_some`` returns as soon as *any* data is available. If
``data`` is small, then our operating systems / network / server will
*probably* keep it all together in a single chunk, but there's no
guarantee. If the server sends ``hello`` then we might get ``hello``,
or ``hel`` ``lo``, or ``h`` ``e`` ``l`` ``l`` ``o``, or ... bottom
or ``he`` ``llo``, or ``h`` ``e`` ``l`` ``l`` ``o``, or ... bottom
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only real:tm: change and I presume this is fine.

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.

1 participant