Update pyproject.toml
parent
9ddb23053f
commit
50e025bcd5
|
|
@ -81,6 +81,9 @@ exclude = '''
|
||||||
)/
|
)/
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
[tool.isort]
|
||||||
|
profile = "black"
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
ignore = []
|
ignore = []
|
||||||
line-length = 88
|
line-length = 88
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue