You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow packages/modules as args with files in cfg (#9834)
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.
0 commit comments