##// END OF EJS Templates
black: rename pyproject.toml to black.toml...
Augie Fackler -
r43496:8f89899a default
parent child Browse files
Show More
1 NO CONTENT: file renamed from pyproject.toml to black.toml
NO CONTENT: file renamed from pyproject.toml to black.toml
@@ -11,5 +11,5 b' rustfmt:pattern = set:**.rs'
11 # git+https://github.com/python/black/@d9e71a75ccfefa3d9156a64c03313a0d4ad981e5
11 # git+https://github.com/python/black/@d9e71a75ccfefa3d9156a64c03313a0d4ad981e5
12 # to have the dependencies for grey.
12 # to have the dependencies for grey.
13 #
13 #
14 # black:command = python3.7 contrib/grey.py --quiet --skip-string-normalization -
14 # black:command = python3.7 contrib/grey.py --quiet --config=black.toml --skip-string-normalization -
15 # black:pattern = set:**.py - hgext/fsmonitor/pywatchman/** - mercurial/thirdparty/** - "contrib/python-zstandard/**"
15 # black:pattern = set:**.py - hgext/fsmonitor/pywatchman/** - mercurial/thirdparty/** - "contrib/python-zstandard/**"
@@ -64,10 +64,10 b' Prevent adding new files in the root dir'
64 COPYING
64 COPYING
65 Makefile
65 Makefile
66 README.rst
66 README.rst
67 black.toml
67 hg
68 hg
68 hgeditor
69 hgeditor
69 hgweb.cgi
70 hgweb.cgi
70 pyproject.toml
71 setup.py
71 setup.py
72
72
73 Prevent adding modules which could be shadowed by ancient .so/.dylib.
73 Prevent adding modules which could be shadowed by ancient .so/.dylib.
General Comments 0
You need to be logged in to leave comments. Login now