From 603569e321013a1a63a637813c94c2834d0a0023 Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Thu, 16 Feb 2023 22:06:12 -0700 Subject: Style: black 23, skip magic trailing comma (#35351) * Style: black 23, skip magic trailing commas * isort should use same line length as black * Fix unused import * Update version of black used in CI * Update new packages * Update new packages --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index fa7bd81d69..c469a16be4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,8 +81,10 @@ extend-exclude = ''' | ^opt/ )/ ''' +skip_magic_trailing_comma = true [tool.isort] +line_length = 99 profile = "black" sections = [ "FUTURE", @@ -232,4 +234,4 @@ setuptools = "pkg_resources" [tool.vendoring.license.fallback-urls] CacheControl = "https://raw.githubusercontent.com/ionrock/cachecontrol/v0.12.6/LICENSE.txt" distlib = "https://bitbucket.org/pypa/distlib/raw/master/LICENSE.txt" -webencodings = "https://github.com/SimonSapin/python-webencodings/raw/master/LICENSE" \ No newline at end of file +webencodings = "https://github.com/SimonSapin/python-webencodings/raw/master/LICENSE" -- cgit v1.2.3-60-g2f50