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

allow packages/modules as args with files in cfg #9834

Merged
merged 2 commits into from Jan 6, 2021

Commits on Dec 23, 2020

  1. allow packages/modules as args with files in cfg

    Currently only files can be specified on the command line if files are
    specified in mypy.ini.  This looks a great deal like a bug, especially
    since packages and modules cannot be specified in the configuration
    file.  This commit changes the logic to only use the files from the ini
    file if none of (modules/packages/files) are specified on the command
    line and adds tests to verify the new behavior.
    trws committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    a22f88d View commit details
    Browse the repository at this point in the history
  2. use comment syntax for pack/mod + file tests

    This should solve the python version issue in the initial commit.
    trws committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    b28d2cf View commit details
    Browse the repository at this point in the history