Skip to content

Commit d87eb24

Browse files
authored
Fix formatting and update ruff linting rules
1 parent 9710d7f commit d87eb24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ line-length = 100
1010
select = ["E", "F", "I", "PL", "UP", "W"]
1111
ignore = [
1212
"PLR2004", # Checks for the use of unnamed numerical constants ("magic") values in comparisons.
13-
"PLR0913", #Too many arguments in function definition
14-
13+
"PLR0913", # Too many arguments in function definition
14+
"PLC0415", # import should be at the top-level
1515
]
1616

1717
[tool.ruff.lint.pylint]

0 commit comments

Comments
 (0)