Update `pyproject` Ruff config sections.

This commit is contained in:
Fabio Caccamo 2024-10-18 16:16:44 +02:00
parent 6e1c1bef67
commit a0f598c828
1 changed files with 4 additions and 2 deletions

View File

@ -166,11 +166,13 @@ exclude = '''
'''
[tool.ruff]
ignore = ["B905", "E501"]
line-length = 88
[tool.ruff.lint]
ignore = ["B905", "E501"]
select = ["B", "B9", "C", "E", "F", "W"]
[tool.ruff.mccabe]
[tool.ruff.lint.mccabe]
max-complexity = 10
[tool.setuptools.packages.find]