tests/test-check-format.t
author Gregory Szorc <gregory.szorc@gmail.com>
Tue, 08 Mar 2022 19:09:35 -0800
changeset 48958 b8eb29ab3906
parent 46870 41d43d12c2c4
child 51919 ceaf92d6d380
permissions -rw-r--r--
hgdemandimport: delete check for Python 3.5 We dropped support for Python 3.5. So we no longer need to do this. Differential Revision: https://phab.mercurial-scm.org/D12362

#require black test-repo

Black needs the real USERPROFILE in order to run on Windows
#if msys
  $ USERPROFILE="$REALUSERPROFILE"
  $ export USERPROFILE
#endif

  $ cd $RUNTESTDIR/..
  $ black --check --diff `hg files 'set:(**.py + grep("^#!.*python")) - mercurial/thirdparty/**'`