mirror of
https://github.com/Kludex/awesome-fastapi-projects.git
synced 2025-05-15 05:37:05 +00:00
Fix formatting of pyproject.toml
This commit is contained in:
parent
d66e31aef6
commit
d240844f8e
@ -72,10 +72,6 @@ force-exclude = '''
|
||||
)
|
||||
''' # To comply with ruff config
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
line_length = 88
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 88
|
||||
target-version = 'py311'
|
||||
@ -102,3 +98,7 @@ extend-select = [
|
||||
|
||||
[tool.ruff.pydocstyle]
|
||||
convention = "numpy"
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
line_length = 88
|
||||
|
Loading…
x
Reference in New Issue
Block a user