##// END OF EJS Templates
fsmonitor: remove pywatchman from exclusion rule...
fsmonitor: remove pywatchman from exclusion rule The recently vendored pywatchman code base is now formatted with black. We can now remove pywatchman from our black exclusion rule. Differential Revision: https://phab.mercurial-scm.org/D7202

File last commit:

r43704:2247bf3c stable
r43704:2247bf3c stable
Show More
test-check-format.t
5 lines | 165 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
fsmonitor: remove pywatchman from exclusion rule...
r43704 $ black --config=black.toml --check --diff `hg files 'set:**.py - mercurial/thirdparty/** - "contrib/python-zstandard/**"'`
formatting: introduce a `test-check-format-black.t` that enforce formatting...
r43365