Skip to content

Commit

Permalink
qa: Ruff removed ruled E704
Browse files Browse the repository at this point in the history
Ruff completely removed the rule in 0.0.246.

See also:
  astral-sh/ruff#2773
  • Loading branch information
Synss committed Mar 7, 2023
1 parent b64cf3b commit 972b58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ min-similarity-lines = "8"
markers = "e2e: end-to-end tests"

[tool.ruff]
ignore = ["E701", "E704"]
ignore = ["E701"]

0 comments on commit 972b58b

Please sign in to comment.