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

Bump requirements (mypy, pytest etc.) #9

Merged
merged 1 commit into from
Jun 24, 2019
Merged

Bump requirements (mypy, pytest etc.) #9

merged 1 commit into from
Jun 24, 2019

Conversation

ikonst
Copy link
Contributor

@ikonst ikonst commented Jun 24, 2019

No description provided.

@ikonst ikonst marked this pull request as ready for review June 24, 2019 06:21
@@ -14,7 +14,7 @@ def _run_mypy(program: str) -> Iterable[str]:
with TemporaryDirectory() as tempdirname:
with open(f'{tempdirname}/__main__.py', 'w') as f:
f.write(program)
error_pattern = re.compile(fr'^{re.escape(f.name)}:(\d+): error: (.*)$')
error_pattern = re.compile(fr'^{re.escape(f.name)}:(\d+): (?:error|note): (.*)$')
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ikonst ikonst requested a review from hallie June 24, 2019 06:22
@ikonst ikonst merged commit f1fcc03 into master Jun 24, 2019
@ikonst ikonst deleted the bump-reqs branch July 12, 2022 15:05
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

Successfully merging this pull request may close these issues.

None yet

1 participant