Update pyproject.toml

This commit is contained in:
Fabio Caccamo 2023-04-13 11:11:43 +02:00
parent 693ada88e8
commit 461b45ca25
1 changed files with 3 additions and 0 deletions

View File

@ -158,6 +158,9 @@ exclude = '''
)/
'''
[tool.isort]
profile = "black"
[tool.ruff]
ignore = ["B905", "E501"]
line-length = 88