Skip to content

ignore errors with pattern no longer work in version 0.600 #5143

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

Closed
bmoelans opened this issue Jun 4, 2018 · 1 comment
Closed

ignore errors with pattern no longer work in version 0.600 #5143

bmoelans opened this issue Jun 4, 2018 · 1 comment

Comments

@bmoelans
Copy link

bmoelans commented Jun 4, 2018

I have in mypy.ini

[mypy-app.*.migrations.*]
ignore_errors = True

And this excluded with success the migrations folder in version 0.590

But after migrate to 0.600 I get mypy.ini: [mypy-app.*.migrations]: Invalid pattern. Patterns must be 'module_name' or 'module_name.*'

@ilevkivskyi
Copy link
Member

This is already fixed in master by #5120

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants