Skip to content

Commit

Permalink
MypyBear: Update references to coala-analyzer
Browse files Browse the repository at this point in the history
The reference was linked to coala-analyzer instead of coala.

Closes #1383
  • Loading branch information
Sebastian Latacz committed May 7, 2017
1 parent edfc635 commit 18febd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bears/python/MypyBear.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def create_arguments(self, filename, file, config_file,
elif language.lower() not in ('python 3', 'python'):
# Ideally, this would fail the check, but there's no good
# way to fail from create_arguments.
# See https://github.com/coala-analyzer/coala/issues/2573
# See https://github.com/coala/coala/issues/2573
self.err(
'Language needs to be "Python", "Python 2" or "Python 3". '
'Assuming Python 3.')
Expand Down

0 comments on commit 18febd5

Please sign in to comment.