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

Adds codespell to pre-commit hooks #1392

Merged
merged 1 commit into from
Apr 8, 2024
Merged

Adds codespell to pre-commit hooks #1392

merged 1 commit into from
Apr 8, 2024

Conversation

cyschneck
Copy link
Contributor

Adds codespell to pre-commit hooks to catch common misspellings. Includes fixes for a few existing misspellings in repo

check yaml...............................................................Passed
fix end of files.........................................................Passed
trim trailing whitespace.................................................Passed
black....................................................................Passed
isort....................................................................Passed
blacken-docs.............................................................Passed
flake8...................................................................Passed
flake8-pyx...............................................................Passed
codespell................................................................Failed
- hook id: codespell
- exit code: 65

pyproj/crs/coordinate_operation.py:1293: Vetical ==> Vertical
pyproj/crs/crs.py:2001: Vetical ==> Vertical
HOW_TO_RELEASE.md:46: suceed ==> succeed
docs/history.rst:158: obects ==> objects

Copy link

codecov bot commented Apr 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.57%. Comparing base (efa3faa) to head (fbc5a60).
Report is 13 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1392      +/-   ##
==========================================
+ Coverage   96.40%   96.57%   +0.16%     
==========================================
  Files          20       20              
  Lines        1810     1812       +2     
==========================================
+ Hits         1745     1750       +5     
+ Misses         65       62       -3     

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

@snowman2
Copy link
Member

snowman2 commented Apr 8, 2024

Thanks @cyschneck 👍

@snowman2 snowman2 merged commit cbbbb12 into pyproj4:main Apr 8, 2024
21 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.

2 participants