Use the default line length for black ('no configuration')

and update `isort` to a stable configuration given the black line length
This commit is contained in:
Alex Stokes 2019-08-13 14:36:05 -07:00
parent a937c6f3fa
commit 87375e0f23
No known key found for this signature in database
GPG Key ID: 51CE1721B245C086
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
[tool.black] [tool.black]
line-length = 100
target_version = ['py37'] target_version = ['py37']
include = '\.pyi?$' include = '\.pyi?$'
exclude = ''' exclude = '''

View File

@ -19,7 +19,7 @@ multi_line_output=3
include_trailing_comma=True include_trailing_comma=True
force_grid_wrap=0 force_grid_wrap=0
use_parentheses=True use_parentheses=True
line_length=100 line_length=88
skip_glob= skip_glob=
*_pb2*.py *_pb2*.py
*.pyi *.pyi