Skip to content

Commit 5622736

Browse files
committed
MypyBear: Add ASCIINEMA_URL
I noticed it was missing when doing the tweet.
1 parent 9918d46 commit 5622736

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bears/python/MypyBear.py

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ class MypyBear:
100100
REQUIREMENTS = {PipRequirement('mypy-lang', '0.*')}
101101
AUTHORS_EMAILS = {'encukou@gmail.com'}
102102
LICENSE = 'AGPL-3.0'
103+
ASCIINEMA_URL = 'https://asciinema.org/a/90736'
103104

104105
# This detects typing errors, which is pretty unique -- it doesn't
105106
# make sense to add a category for it.

0 commit comments

Comments
 (0)