Skip to content

Commit 7806b37

Browse files
committed
Disable COM812 rule (fix warning during formatting)
1 parent ece96a0 commit 7806b37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ target-version = "py38"
4242
[tool.ruff.lint]
4343
select = ["ALL"]
4444
ignore = [
45+
"COM812",
4546
"D",
4647
"PTH123",
4748
]

0 commit comments

Comments
 (0)