##// END OF EJS Templates
tests: fix formatting test after move of black config...
Augie Fackler -
r43512:ad6fdb90 default draft
parent child Browse files
Show More
@@ -3,5 +3,5 b''
3 (this should use the actual black as soon as possible)
3 (this should use the actual black as soon as possible)
4
4
5 $ cd $RUNTESTDIR/..
5 $ cd $RUNTESTDIR/..
6 $ python3 contrib/grey.py -S --quiet --check --diff `hg files 'set:**.py - hgext/fsmonitor/pywatchman/** - mercurial/thirdparty/** - "contrib/python-zstandard/**" - contrib/grey.py'`
6 $ python3 contrib/grey.py --config=black.toml --check --diff `hg files 'set:**.py - hgext/fsmonitor/pywatchman/** - mercurial/thirdparty/** - "contrib/python-zstandard/**" - contrib/grey.py'`
7
7
General Comments 0
You need to be logged in to leave comments. Login now