Skip to content

Commit c1995b6

Browse files
committed
chore: Ignore ISC001 to avoid formatter warning
1 parent b42e43a commit c1995b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ target-version = "py310"
99
[tool.ruff.lint]
1010
select = ["ALL"]
1111
ignore = [
12-
"ANN", "C901", "COM812", "D203", "D212", "D415", "EM", "PERF203", "PLR091", "Q000",
12+
"ANN", "C901", "COM812", "D203", "D212", "D415", "EM", "ISC001", "PERF203", "PLR091", "Q000",
1313
"D1",
1414
"PTH",
1515
"S308", # mark_safe

0 commit comments

Comments
 (0)