Submitter | phabricator |
---|---|
Date | Oct. 14, 2019, 5:02 p.m. |
Message ID | <differential-rev-PHID-DREV-blfsimehvtkkq3rah3ds-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/42319/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/black.toml b/black.toml --- a/black.toml +++ b/black.toml @@ -1,5 +1,16 @@ [tool.black] line-length = 80 -exclude = 'build/|wheelhouse/|dist/|packages/|\.hg/|\.mypy_cache/|\.venv/|mercurial/thirdparty/|hgext/fsmonitor/pywatchman/|contrib/python-zstandard/' +exclude = ''' +build/ +| wheelhouse/ +| dist/ +| packages/ +| \.hg/ +| \.mypy_cache/ +| \.venv/ +| mercurial/thirdparty/ +| hgext/fsmonitor/pywatchman/ +| contrib/python-zstandard/ +''' skip-string-normalization = true quiet = true