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

py(deps): ruff 0.4.5 -> 0.4.7, other fixes #935

Merged
merged 3 commits into from
Jun 1, 2024
Merged

py(deps): ruff 0.4.5 -> 0.4.7, other fixes #935

merged 3 commits into from
Jun 1, 2024

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    b8258a3 View commit details
    Browse the repository at this point in the history
  2. ruff(shell): Update ruff lint

    tony committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    4eac816 View commit details
    Browse the repository at this point in the history
  3. mypy(shell): Allow untyped calls

    I do not think this handled the solution surgically, it seems to force losing
    safety for the rule across a *whole file* rather than surgically at the offending
    line.
    
    See also: python/mypy#12076, python/mypy#13512
    tony committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    b400498 View commit details
    Browse the repository at this point in the history