httpx icon indicating copy to clipboard operation
httpx copied to clipboard

Fix typos discovered by codespell

Open cclauss opened this issue 4 months ago • 2 comments

Summary

Fix typos discovered by codespell

  • https://pypi.org/project/codespell

Add pre-commit for running codespell and ruff on all code changes.

  • https://pre-commit.com
- Loding  the equivelent dependancy to accodomate  prefered  seperators is unwieldly.
+ Loading the equivalent dependency to accommodate preferred separators is unwieldy.

Checklist

  • [x] I understand that this PR may be closed in case there was no previous discussion. (This doesn't apply to typos!)
  • [x] I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • [ ] I've updated the documentation accordingly.

cclauss avatar Sep 04 '25 10:09 cclauss

Fix typos

This part would be good, thanks.

Add pre-commit for running codespell and ruff on all code changes.

Not sure about that. Prefer not to introduce additional tooling where possible. To be considered separately.

lovelydinosaur avatar Sep 17 '25 12:09 lovelydinosaur

Delete .pre-commit-config.yaml ✅

cclauss avatar Sep 17 '25 13:09 cclauss