##// END OF EJS Templates
black: add a pyproject.toml that contains our black settings...
Augie Fackler -
r43334:929678eb default
parent child Browse files
Show More
@@ -0,0 +1,3 b''
1 [tool.black]
2 line-length = 80
3 exclude = 'build/|wheelhouse/|dist/|packages/|\.hg/|\.mypy_cache/|\.venv/|mercurial/thirdparty/|hgext/fsmonitor/pywatchman/|contrib/python-zstandard/'
@@ -66,6 +66,7 b' Prevent adding new files in the root dir'
66 66 hg
67 67 hgeditor
68 68 hgweb.cgi
69 pyproject.toml
69 70 setup.py
70 71
71 72 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