Skip to content

Commit a63341b

Browse files
authored
chore(ruff): ignore E701 in ruff config
chore(ruff): ignore E701 in ruff config
2 parents 680e2c1 + c8e32c5 commit a63341b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ package-dir = { "" = "src" }
2121
where = ["src"]
2222

2323
[tool.ruff]
24+
ignore = ["E701"]
2425
target-version = "py310"

0 commit comments

Comments
 (0)