-
Notifications
You must be signed in to change notification settings - Fork 58
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
Merge in develop #1097
Merge in develop #1097
Conversation
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.6 → v0.4.7](astral-sh/ruff-pre-commit@v0.4.6...v0.4.7)
[pre-commit.ci] pre-commit autoupdate
We no longer need this part.
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.7...v0.5.0)
[pre-commit.ci] pre-commit autoupdate
Remove duplicated function
@@ -48,6 +48,7 @@ entry-points."compliance_checker.suites"."acdd-1.3" = "compliance_checker.acdd:A | |||
entry-points."compliance_checker.suites"."cf-1.6" = "compliance_checker.cf.cf:CF1_6Check" | |||
entry-points."compliance_checker.suites"."cf-1.7" = "compliance_checker.cf.cf:CF1_7Check" | |||
entry-points."compliance_checker.suites"."cf-1.8" = "compliance_checker.cf.cf:CF1_8Check" | |||
entry-points."compliance_checker.suites"."cf-1.9" = "compliance_checker.cf.cf:CF1_9Check" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏽
We should also update the README to reflect that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where in README do you think this should go? I think in general there should be more documentation for developing plugins, but current README doesn't really cover development workflow.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The main table, that describes the checks, is stuck in CF 1.8. That README file is also used to build the docs. I can send a PR for it later today.
Merge pull request #1097 from ioos/develop
Merges develop into main, especially fixing import of
pyproject.toml
to include CF 1.9 checker.