diff contrib/check-pytype.sh @ 49796:98e7be1ed6c5

doc: don't pass str to ui methods in check-seclevel.py
author Matt Harbison <matt_harbison@yahoo.com>
date Sat, 10 Dec 2022 14:57:42 -0500
parents 8147abc05794
children 31bbf7a28a75
line wrap: on
line diff
--- a/contrib/check-pytype.sh	Sat Dec 10 14:44:46 2022 -0500
+++ b/contrib/check-pytype.sh	Sat Dec 10 14:57:42 2022 -0500
@@ -42,7 +42,7 @@
 
 # TODO: include hgext and hgext3rd
 
-pytype -V 3.7 --keep-going --jobs auto mercurial \
+pytype -V 3.7 --keep-going --jobs auto doc/check-seclevel.py mercurial \
     -x mercurial/bundlerepo.py \
     -x mercurial/context.py \
     -x mercurial/crecord.py \