Skip to content

Commit 3b64889

Browse files
committed
build: add 'E701' to ignore list in ruff linting configuration
1 parent 1b272ef commit 3b64889

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ target-version = "py310"
4343
[tool.ruff.lint]
4444
preview = true
4545
select = ['I', 'F', 'E', 'W', 'PL', 'PT']
46+
ignore = ['E701']
4647
exclude = ['tests', 'tests/*']
4748

4849
[tool.ruff.format]

0 commit comments

Comments
 (0)