Skip to content

Commit d16fea7

Browse files
authored
chore(ruff): ignore E701 in ruff config
chore(ruff): ignore E701 in ruff config
2 parents 0efbfba + bb25fa0 commit d16fea7

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
@@ -49,6 +49,7 @@ pythonpath = [
4949
testpaths = ["tests"]
5050

5151
[tool.ruff]
52+
ignore = ["E701"]
5253
target-version = "py311"
5354
line-length = 100
5455

0 commit comments

Comments
 (0)