Update pyproject.toml
This commit is contained in:
parent
693ada88e8
commit
461b45ca25
|
@ -158,6 +158,9 @@ exclude = '''
|
|||
)/
|
||||
'''
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
|
||||
[tool.ruff]
|
||||
ignore = ["B905", "E501"]
|
||||
line-length = 88
|
||||
|
|
Loading…
Reference in New Issue