Files @ ba7c0397c3c1
Branch filter:

Location: kallithea/pytype_requirements.txt

mads
comments: don't open comment form on page load for comments on line 0

Data attributes have magic parsing of strings so '0' becomes 0 which is false.

Further, 0 == '' in JavaScript, so we have to use !== '' to catch empty strings.
# Note: pytype currently only supports Python3.8
pytype == 2021.1.8
# optional modules that we want for pytype checking
appenlight_client
ipython
kajiki
psycopg2
python-ldap
python-pam
tgext.debugbar