Skip to content

Commit 888115e

Browse files
committed
Update linter settings.
1 parent ba08ac2 commit 888115e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,13 @@ Funding = "https://github.com/sponsors/fabiocaccamo/"
6565
Twitter = "https://twitter.com/fabiocaccamo"
6666

6767
[tool.ruff]
68-
ignore = []
6968
line-length = 88
69+
70+
[tool.ruff.lint]
71+
ignore = []
7072
select = ["B", "B9", "C", "E", "F", "I", "W"]
7173

72-
[tool.ruff.mccabe]
74+
[tool.ruff.lint.mccabe]
7375
max-complexity = 10
7476

7577
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)