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

No longer notifies NoneNone for lap child #205

Merged
merged 2 commits into from
Jan 23, 2024
Merged

Conversation

pcarn
Copy link
Contributor

@pcarn pcarn commented Jan 23, 2024

Fixes #204

No longer says

Firstname Lastname got A53!
Lapfirstname Laplastname got NoneNone!

@@ -9,6 +9,7 @@ repos:
- id: codespell
additional_dependencies:
- tomli
exclude: utils/airport_timezones.json
Copy link
Owner

Choose a reason for hiding this comment

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

Was this necessary for you? I have this configuration in pyproject.toml so codespell should exclude it without needing this. I would prefer to have this in only one place, not both as it will be easier to add/remove configurations.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It was triggering for me if i run pre-commit run --all-files, but I'm happy to remove it if you don't want it there.
image

Copy link
Owner

Choose a reason for hiding this comment

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

Ah, yes I get the same issue. Seems to be a bug with codespell then.

@jdholtz jdholtz changed the base branch from master to develop January 23, 2024 21:47
@jdholtz
Copy link
Owner

jdholtz commented Jan 23, 2024

Thanks for this PR! Changed the base to the develop branch to stay in line with the release cycles of this script. Just one comment to address and I will merge this.

@jdholtz jdholtz merged commit b977b7e into jdholtz:develop Jan 23, 2024
19 checks passed
@pcarn pcarn deleted the lap-child branch January 23, 2024 22:27
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.

Lap Child's boarding position displaying as NoneNone
3 participants