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

Fix a few typos with codespell #816

Merged
merged 2 commits into from
Jan 24, 2025
Merged

Conversation

yarikoptic
Copy link
Contributor

can provide full codespell support, but thought first to fix up immediate typos.

left over idiosyncracies to skip (unlikely want to change dependant in API?)

❯ codespell
./CHANGELOG.md:139: asend ==> ascend, as end
./logfire-api/logfire_api/_internal/integrations/fastapi.pyi:26: dependant ==> dependent
./logfire/_internal/integrations/fastapi.py:134: dependant ==> dependent
./logfire/_internal/integrations/fastapi.py:139: dependant ==> dependent
./logfire/_internal/integrations/fastapi.py:141: dependant ==> dependent
./logfire/_internal/integrations/fastapi.py:141: dependant ==> dependent
./logfire/_internal/integrations/fastapi.py:244: dependant ==> dependent
./logfire/_internal/integrations/fastapi.py:248: dependant ==> dependent
./logfire/_internal/integrations/fastapi.py:261: dependant ==> dependent
./logfire/_internal/integrations/fastapi.py:261: dependant ==> dependent

…yncracies

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w ./logfire/_internal/utils.py ./logfire-api/logfire_api/_internal/config.pyi ./logfire/_internal/config.py",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
Copy link

codecov bot commented Jan 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (a43c359) to head (7c69229).
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #816   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          138       138           
  Lines        11044     11051    +7     
  Branches      1565      1565           
=========================================
+ Hits         11044     11051    +7     

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

@samuelcolvin samuelcolvin merged commit f4d2c63 into pydantic:main Jan 24, 2025
14 checks passed
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.

3 participants