Skip to content

Commit 846b3c4

Browse files
authored
Disable RUF002 lint rule (#4040)
1 parent abbe4c2 commit 846b3c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ src = ["strawberry", "tests"]
225225
[tool.ruff.lint]
226226
select = ["ALL"]
227227
ignore = [
228+
# × this should be fine to use :)
229+
"RUF002",
228230
# we use asserts in tests and to hint mypy
229231
"S101",
230232

0 commit comments

Comments
 (0)