Skip to content

Commit 8edff01

Browse files
committed
test: adding exclusion for PLR0913 in Ruff setup to allow pytest functions with number of fixtures > 5
1 parent 8824a02 commit 8edff01

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
@@ -175,6 +175,7 @@ target-version = "py310" # Minimum Python version
175175

176176
[tool.ruff.lint]
177177
ignore = [
178+
"PLR0913", # Too many arguments in function definition
178179
"COM812", # Trailing comma missing.
179180
"FBT001", # Boolean positional arg in function definition
180181
"FBT002", # Boolean default value in function definition

0 commit comments

Comments
 (0)