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
This commit is contained in:
@@ -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"
|
||||
webencodings = "https://github.com/SimonSapin/python-webencodings/raw/master/LICENSE"
|
||||
|
Reference in New Issue
Block a user