tests/test-check-format.t
author Raphaël Gomès <rgomes@octobus.net>
Thu, 08 Jun 2023 17:01:29 +0200
branchstable
changeset 50663 da372c745e0f
parent 46870 41d43d12c2c4
permissions -rw-r--r--
relnotes: add 6.4.4

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