Skip to content

Commit 113002d

Browse files
committed
test: ignore COM812 Ruuf lint rule
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
1 parent 59fb241 commit 113002d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ source = ["my_fibonacci"]
4949

5050
[tool.ruff.lint]
5151
select = ["ALL"]
52-
ignore = ["D"]
52+
ignore = ["D", "COM812"]
5353

5454
[tool.ruff.lint.per-file-ignores]
5555
"__main__.py" = ["T201"]

0 commit comments

Comments
 (0)