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 get_plugins() bug #1723

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Apr 15, 2024

  1. Add suggested fix from @mmdanggg2 and add tests

    Signed-off-by: Bryce Gattis <brycegattis@yahoo.com>
    BryceGattis committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    8683320 View commit details
    Browse the repository at this point in the history
  2. Add type hints to func params

    Signed-off-by: Bryce Gattis <brycegattis@yahoo.com>
    BryceGattis committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    bc9c451 View commit details
    Browse the repository at this point in the history
  3. Fix wrong type on plugin_for in docs

    Signed-off-by: Bryce Gattis <brycegattis@yahoo.com>
    BryceGattis committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2d37ebb View commit details
    Browse the repository at this point in the history
  4. Fix example plugin_for

    Signed-off-by: Bryce Gattis <brycegattis@yahoo.com>
    BryceGattis committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    482e332 View commit details
    Browse the repository at this point in the history
  5. Add new test for code coverage

    Signed-off-by: Bryce Gattis <brycegattis@yahoo.com>
    BryceGattis committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    7b5b913 View commit details
    Browse the repository at this point in the history