We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9918d46 commit 5622736Copy full SHA for 5622736
bears/python/MypyBear.py
@@ -100,6 +100,7 @@ class MypyBear:
100
REQUIREMENTS = {PipRequirement('mypy-lang', '0.*')}
101
AUTHORS_EMAILS = {'encukou@gmail.com'}
102
LICENSE = 'AGPL-3.0'
103
+ ASCIINEMA_URL = 'https://asciinema.org/a/90736'
104
105
# This detects typing errors, which is pretty unique -- it doesn't
106
# make sense to add a category for it.
0 commit comments