tests/test-check-format.t
author Raphaël Gomès <rgomes@octobus.net>
Tue, 01 Mar 2022 16:39:14 +0100
branchstable
changeset 48806 1ceca11e6546
parent 46870 41d43d12c2c4
permissions -rw-r--r--
Added signature for changeset d4486810a179

#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/**'`