Skip to content

Commit 5c45184

Browse files
authored
test: ignore COM812 Ruuf lint rule (#300)
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
1 parent fe066fe commit 5c45184

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 = ["COM812", "D"]
5353

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

0 commit comments

Comments
 (0)