##// END OF EJS Templates
black: merge config into main pyproject.toml now that we have it...
black: merge config into main pyproject.toml now that we have it This means that naive contributors who just run `black` on a source file will get reasonable behavior as long as they have a recent black. Yay! This was previously D9834 but was rolled back due to test failures. nbjoerg thinks it's time to try again, so let's give it a shot. Differential Revision: https://phab.mercurial-scm.org/D10185

File last commit:

r47532:decc3bd3 default
r47532:decc3bd3 default
Show More
test-check-format.t
5 lines | 147 B | text/troff | Tads3Lexer
#require black test-repo
$ cd $RUNTESTDIR/..
$ black --check --diff `hg files 'set:(**.py + grep("^#!.*python")) - mercurial/thirdparty/**'`