##// END OF EJS Templates
merge default into stable for 5.4 release
merge default into stable for 5.4 release

File last commit:

r44605:5e84a96d default
r45223:26ce8e75 merge 5.4rc0 stable
Show More
test-check-format.t
5 lines | 157 B | text/troff | Tads3Lexer
/ tests / test-check-format.t
formatting: using black to check for formatting
r43664 #require black
formatting: introduce a `test-check-format-black.t` that enforce formatting...
r43365
$ cd $RUNTESTDIR/..
Gregory Szorc
python-zstandard: blacken at 80 characters...
r44605 $ black --config=black.toml --check --diff `hg files 'set:(**.py + grep("^#!.*python")) - mercurial/thirdparty/**'`
formatting: introduce a `test-check-format-black.t` that enforce formatting...
r43365