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

Followup changes to fix ruff & pyright warnings #203

Merged
merged 6 commits into from
Feb 22, 2024

Commits on Feb 21, 2024

  1. Annotate error_codes with Mapping instead of dict to silence warnings…

    … about mutable classvar, subclass Statement in test_flake8_trio so the original Statement is properly hashable.
    jakkdl committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    fae40ed View commit details
    Browse the repository at this point in the history
  2. test adding pre-commit

    jakkdl committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    890d5f1 View commit details
    Browse the repository at this point in the history
  3. add Mapping everywhere

    jakkdl committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    4d2c058 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2720fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae2aa38 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4683361 View commit details
    Browse the repository at this point in the history