chore: formatting all python files using black formatter (#3366)
This commit is contained in:
parent
4b0d48b290
commit
11f84a986c
235 changed files with 12967 additions and 4168 deletions
18
apiserver/pyproject.toml
Normal file
18
apiserver/pyproject.toml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[tool.black]
|
||||
line-length = 79
|
||||
target-version = ['py36']
|
||||
include = '\.pyi?$'
|
||||
exclude = '''
|
||||
/(
|
||||
\.git
|
||||
| \.hg
|
||||
| \.mypy_cache
|
||||
| \.tox
|
||||
| \.venv
|
||||
| _build
|
||||
| buck-out
|
||||
| build
|
||||
| dist
|
||||
| venv
|
||||
)/
|
||||
'''
|
||||
Loading…
Add table
Add a link
Reference in a new issue