##// END OF EJS Templates
formatting: run black version 19.10b0 on the codebase...
formatting: run black version 19.10b0 on the codebase The latest version of black is out and contains the change we needed. So we can start using it now. note: `test-check-format.t` will complains about this changes because it still use `grey` and need to be migrated to `black`. See next changesets for this.

File last commit:

r43657:2278f79e stable
r43663:6ada8a27 stable
Show More
test-check-format.t
7 lines | 288 B | text/troff | Tads3Lexer
/ tests / test-check-format.t
formatting: introduce a `test-check-format-black.t` that enforce formatting...
r43365 #require grey
(this should use the actual black as soon as possible)
$ cd $RUNTESTDIR/..
Augie Fackler
tests: fix formatting test after move of black config...
r43531 $ python3 contrib/grey.py --config=black.toml --check --diff `hg files 'set:**.py - hgext/fsmonitor/pywatchman/** - mercurial/thirdparty/** - "contrib/python-zstandard/**" - contrib/grey.py'`
formatting: introduce a `test-check-format-black.t` that enforce formatting...
r43365