Skip to content

Commit 7f2262b

Browse files
committed
build: ignore specific linting rules in Ruff configuration
1 parent 37710f9 commit 7f2262b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ target-version = "py310"
4343
[tool.ruff.lint]
4444
preview = true
4545
select = ['I', 'F', 'E', 'W', 'PL', 'PT']
46+
ignore = ['PLR0913', 'PLR0917', 'PLR0904']
4647
exclude = ['tests', 'tests/*']
4748

4849
[tool.ruff.format]

0 commit comments

Comments
 (0)