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

mypy setup improvements #356

Merged
merged 2 commits into from
Sep 24, 2024
Merged

mypy setup improvements #356

merged 2 commits into from
Sep 24, 2024

Commits on Sep 24, 2024

  1. Remote --ignore-missing-import from mypy options in .pre-commit-confi…

    …g.yaml and add more surgical disable comment into the source
    
    Make Makefile-invoked mypy options consistent with those in .pre-commit-config.yaml
    Johannes Ernst committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5ec2940 View commit details
    Browse the repository at this point in the history
  2. Bump mypy version

    Put --ignore-missing-imports back into .pre-commit-config; lots of errors without although this flag is not needed when mypy is invoked outside of pre-commit
    Johannes Ernst committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    fd9c47c View commit details
    Browse the repository at this point in the history