tests/test-check-format.t
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 02 Nov 2019 11:48:38 -0700
branchstable
changeset 43379 bb509f39d387
parent 43348 daa3b58906d5
child 43386 2247bf3cec76
permissions -rw-r--r--
contrib: require Python 3.6 for byteify-strings.py This script makes use of `token.COMMENT`, which apparently isn't present until Python 3.6. So make the script and its test conditional on Python 3.6.

#require black

  $ cd $RUNTESTDIR/..
  $ black --config=black.toml --check --diff `hg files 'set:**.py - hgext/fsmonitor/pywatchman/** - mercurial/thirdparty/** - "contrib/python-zstandard/**"'`