comparison .jshintrc @ 49655:54421ef8a423

setup: include vendored 3rd party type stubs While pytype may not support PEP 561, PyCharm does, so having the stubs available means it can determine `foo = attr.ib(type=int)` means `foo` is an int. This only applies when using Mercurial as a library, like with TortoiseHg development- PyCharm is already smart enough to use the *.pyi files in the Mercurial source tree when hacking on Mercurial itself. I left the mercurial.cext stubs out because it seems very low level, that 3rd parties shouldn't be using directly.
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 23 Nov 2022 21:11:46 -0500
parents bdd2e18b54c5
children
comparison
equal deleted inserted replaced
49654:86e398a3d598 49655:54421ef8a423