Skip to content

Commit

Permalink
Python: disable Ruff unsorted-dunder-all lint
Browse files Browse the repository at this point in the history
nhusung committed Dec 4, 2024
1 parent 2a1eabd commit a2f61f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -112,6 +112,7 @@ ignore = [
"RUF001", # ambiguous-unicode-character-string
"RUF002", # ambiguous-unicode-character-docstring
"RUF003", # ambiguous-unicode-character-comment
"RUF022", # unsorted-dunder-all (order is relevant for docs)

Check warning on line 115 in pyproject.toml

GitHub Actions / Spell Check

Unknown word (dunder)
]

[tool.ruff.format]

0 comments on commit a2f61f0

Please sign in to comment.