##// 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 hg
66 hg
67 hgeditor
67 hgeditor
68 hgweb.cgi
68 hgweb.cgi
69 pyproject.toml
69 setup.py
70 setup.py
70
71
71 Prevent adding modules which could be shadowed by ancient .so/.dylib.
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