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

More project maintenance things (mypy, ci, pytest) #3

Merged
merged 10 commits into from
Oct 10, 2023
Merged

More project maintenance things (mypy, ci, pytest) #3

merged 10 commits into from
Oct 10, 2023

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    b7bd093 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    839fd71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    745a568 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    501b3ce View commit details
    Browse the repository at this point in the history
  2. Fix license metadata specification

    It should be a table, not a string.
    eguiraud committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    97286d5 View commit details
    Browse the repository at this point in the history
  3. Speed up pre-commit.ci

    If we install JAX in the environment in which pre-commit runs mypy,
    the pre-commit.ci runs times out. So we cannot add JAX to
    the additional_dependencies of mypy in .pre-commit-config.yaml,
    so we have to tell mypy that it's ok if it's missing.
    eguiraud committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    4bcca83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c1abee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f5f2ab9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    edada6a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ea7b007 View commit details
    Browse the repository at this point in the history