##// END OF EJS Templates
black: use multiline exclude definition...
Augie Fackler -
r43498:2a201b36 default
parent child Browse files
Show More
@@ -1,5 +1,16 b''
1 [tool.black]
1 [tool.black]
2 line-length = 80
2 line-length = 80
3 exclude = 'build/|wheelhouse/|dist/|packages/|\.hg/|\.mypy_cache/|\.venv/|mercurial/thirdparty/|hgext/fsmonitor/pywatchman/|contrib/python-zstandard/'
3 exclude = '''
4 build/
5 | wheelhouse/
6 | dist/
7 | packages/
8 | \.hg/
9 | \.mypy_cache/
10 | \.venv/
11 | mercurial/thirdparty/
12 | hgext/fsmonitor/pywatchman/
13 | contrib/python-zstandard/
14 '''
4 skip-string-normalization = true
15 skip-string-normalization = true
5 quiet = true
16 quiet = true
General Comments 0
You need to be logged in to leave comments. Login now