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

Stop modifying behavior of yaml on load #1826

Merged
merged 6 commits into from
Jan 30, 2024
Merged

Commits on Jan 30, 2024

  1. Stop modifying behavior of yaml on load

    Only modify a copy of ``SafeLoader`` to ensure that we don't change the behaviour of ``pyyaml`` for everyone.
    gluap committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    78d57b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3eb41e8 View commit details
    Browse the repository at this point in the history
  3. Update util.py

    Try to address the CodeQL warning.
    gluap committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    1d34fb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f2e732 View commit details
    Browse the repository at this point in the history
  5. Non-functional commit to trigger the github worklow checks hoping tha…

    …t the codecov isue is resolved.
    gluap committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    e8d9f8b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c85287b View commit details
    Browse the repository at this point in the history